G J S U

G

getAccessibleContext() - Method in class javax.swing.JFrame
Get the AccessibleContext associated with this JFrame
getContentPane() - Method in class javax.swing.JFrame
Returns the contentPane object for this frame.
getDefaultCloseOperation() - Method in class javax.swing.JFrame
Returns the operation which occurs when the user initiates a "close" on this frame.
getGlassPane() - Method in class javax.swing.JFrame
Returns the glassPane object for this frame.
getJMenuBar() - Method in class javax.swing.JFrame
Returns the menubar set on this frame.
getLayeredPane() - Method in class javax.swing.JFrame
Returns the layeredPane object for this frame.
getRootPane() - Method in class javax.swing.JFrame
Returns the rootPane object for this frame.

J

JFrame - class javax.swing.JFrame.
An extended version of java.awt.Frame that adds support for interposing input and painting behavior in front of the frame's children (see glassPane), support for special children that are managed by a LayeredPane (see rootPane) and for Swing MenuBars.
JFrame() - Constructor for class javax.swing.JFrame
Constructs a new Frame that is initially invisible.
JFrame(String) - Constructor for class javax.swing.JFrame
Constructs a new, initially invisible Frame with the specified title.

S

setContentPane(Container) - Method in class javax.swing.JFrame
Sets the contentPane property.
setDefaultCloseOperation(int) - Method in class javax.swing.JFrame
Sets the operation which will happen by default when the user initiates a "close" on this frame.
setGlassPane(Component) - Method in class javax.swing.JFrame
Sets the glassPane property.
setJMenuBar(JMenuBar) - Method in class javax.swing.JFrame
Sets the menubar for this frame.
setLayeredPane(JLayeredPane) - Method in class javax.swing.JFrame
Sets the layeredPane property.
setLayout(LayoutManager) - Method in class javax.swing.JFrame
By default the layout of this component may not be set, the layout of its contentPane should be set instead.

U

update(Graphics) - Method in class javax.swing.JFrame
Just calls paint(g).

G J S U