All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.java.swing.Popup
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----com.sun.java.swing.Popup
- public class Popup
- extends Window
An implementation of a Popup Window. In the future, this will have
native support for doing a grab on input, making it suitable for
menus and other windows which need grab capability.
-
Popup(Frame)
-
-
update(Graphics)
-
Popup
public Popup(Frame f)
update
public void update(Graphics g)
- Overrides:
- update in class Container
All Packages Class Hierarchy This Package Previous Next Index