Uses of Class
java.awt.Frame
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
-
Uses of Frame in java.awt
Modifier and TypeMethodDescriptionstatic Frame[]
Frame.getFrames()
Returns an array of allFrame
s created by this application.Modifier and TypeMethodDescriptionToolkit.getPrintJob
(Frame frame, String jobtitle, JobAttributes jobAttributes, PageAttributes pageAttributes) Gets aPrintJob
object which is the result of initiating a print operation on the toolkit's platform.abstract PrintJob
Toolkit.getPrintJob
(Frame frame, String jobtitle, Properties props) Gets aPrintJob
object which is the result of initiating a print operation on the toolkit's platform.ModifierConstructorDescriptionConstructs an initially invisible, modelessDialog
with the specified ownerFrame
and an empty title.Constructs an initially invisibleDialog
with the specified ownerFrame
and modality and an empty title.Constructs an initially invisible, modelessDialog
with the specified ownerFrame
and title.Constructs an initially invisibleDialog
with the specified ownerFrame
, title and modality.Dialog
(Frame owner, String title, boolean modal, GraphicsConfiguration gc) Constructs an initially invisibleDialog
with the specified ownerFrame
, title, modality, andGraphicsConfiguration
.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.Constructs a new, initially invisible window with the specifiedFrame
as its owner. -
Uses of Frame in javax.swing
Modifier and TypeClassDescriptionclass
An extended version ofjava.awt.Frame
that adds support for the JFC/Swing component architecture.Modifier and TypeMethodDescriptionstatic Frame
JOptionPane.getFrameForComponent
(Component parentComponent) Returns the specified component'sFrame
.static Frame
JOptionPane.getRootFrame()
Returns theFrame
to use for the class methods in which a frame is not provided.Modifier and TypeMethodDescriptionstatic void
JOptionPane.setRootFrame
(Frame newRootFrame) Sets the frame to use for class methods in which a frame is not provided.ModifierConstructorDescriptionCreates a modeless dialog with the specifiedFrame
as its owner and an empty title.Creates a dialog with an empty title and the specified modality andFrame
as its owner.Creates a modeless dialog with the specified title and with the specified owner frame.Creates a dialog with the specified title, ownerFrame
and modality.JDialog
(Frame owner, String title, boolean modal, GraphicsConfiguration gc) Creates a dialog with the specified title, ownerFrame
, modality andGraphicsConfiguration
.Creates a window with the specified owner frame.