|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Frame | |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
Uses of Frame in java.awt |
Constructors in java.awt with parameters of type Frame | |
Window(Frame owner)
Constructs a new invisible window with the specified Frame as its owner. |
|
Dialog(Frame owner)
Constructs an initially invisible, non-modal Dialog with an empty title and the specified owner frame. |
|
Dialog(Frame owner,
boolean modal)
Constructs an initially invisible Dialog with an empty title, the specified owner frame and modality. |
|
Dialog(Frame owner,
String title)
Constructs an initially invisible, non-modal Dialog with the specified owner frame and title. |
|
Dialog(Frame owner,
String title,
boolean modal)
Constructs an initially invisible Dialog with the specified owner frame, title, and modality. |
|
FileDialog(Frame parent)
Creates a file dialog for loading a file. |
|
FileDialog(Frame parent,
String title)
Creates a file dialog window with the specified title for loading a file. |
|
FileDialog(Frame parent,
String title,
int mode)
Creates a file dialog window with the specified title for loading or saving a file. |
|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |