|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Window | |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.awt.event | Provides interfaces and classes for dealing with different types of events fired by AWT components. |
Uses of Window in java.awt |
Subclasses of Window in java.awt | |
class |
Dialog
A Dialog is a top-level window with a title and a border that is typically used to take some form of input from the user. |
class |
FileDialog
The FileDialog class displays a dialog window
from which the user can select a file. |
class |
Frame
A Frame is a top-level window with a title and a border. |
Constructors in java.awt with parameters of type Window | |
Window(Window owner)
Constructs a new invisible window with the specified Window as its owner. |
|
Window(Window owner,
GraphicsConfiguration gc)
Constructs a new invisible window with the specified window as its owner and a GraphicsConfiguration of a screen device. |
Uses of Window in java.awt.event |
Methods in java.awt.event that return Window | |
Window |
WindowEvent.getWindow()
Returns the originator of the event. |
Constructors in java.awt.event with parameters of type Window | |
WindowEvent(Window source,
int id)
Constructs a WindowEvent object. |
|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |