Uses of Class java.awt.Frame

Uses in package javax.swing

Classes derived from java.awt.Frame

class
A window that supports window decorations (titlebar and borders).

Constructors with parameter type java.awt.Frame

Creates a new non-modal JDialog with no title using the given owner.
JDialog.JDialog(Frame owner, boolean modal)
Creates a new JDialog with no title using the given modal setting and owner.
JDialog.JDialog(Frame owner, String title)
Creates a new non-modal JDialog using the given title and owner.
JDialog.JDialog(Frame owner, String title, boolean modal)
Creates a new JDialog using the given modal settings, title, and owner.
JDialog.JDialog(Frame owner, String title, boolean modal, GraphicsConfiguration gc)
Creates a new JDialog using the given modal settings, title, owner and graphics configuration.
Creates a new JWindow that has the specified owner frame.

Methods with parameter type java.awt.Frame

void
This method changes the Frame used for JOptionPane dialogs that have no parent.

Methods with return type java.awt.Frame

Frame
This method returns the Frame for the given parentComponent or null if none can be found.
Frame
This method returns the Frame used by JOptionPane dialog's that have no parent.

Uses in package java.awt

Constructors with parameter type java.awt.Frame

Initializes a new instance of Dialog with the specified parent, that is resizable and not modal, and which has no title.
Dialog.Dialog(Frame parent, boolean modal)
Initializes a new instance of Dialog with the specified parent and modality, that is resizable and which has no title.
Dialog.Dialog(Frame parent, String title)
Initializes a new instance of Dialog with the specified parent, that is resizable and not modal, and which has the specified title.
Dialog.Dialog(Frame parent, String title, boolean modal)
Initializes a new instance of Dialog with the specified, parent, title, and modality, that is resizable.
Dialog.Dialog(Frame parent, String title, boolean modal, GraphicsConfiguration gc)
Initializes a new instance of Dialog with the specified, parent, title, modality and GraphicsConfiguration, that is resizable.
Initializes a new instance of FileDialog with the specified parent.
Initialized a new instance of FileDialog with the specified parent and title.
FileDialog.FileDialog(Frame parent, String title, int mode)
Initialized a new instance of FileDialog with the specified parent, title, and mode.
Initializes a new instance of Window with the specified parent.

Methods with parameter type java.awt.Frame

FramePeer
Creates a peer object for the specified Frame.
PrintJob
Toolkit.getPrintJob(Frame frame, String title, JobAttributes jobAttr, PageAttributes pageAttr)
Returns a instance of PrintJob for the specified arguments.
PrintJob
Toolkit.getPrintJob(Frame frame, String title, Properties props)
Returns a instance of PrintJob for the specified arguments.

Methods with return type java.awt.Frame

Frame[]