Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--java.awt.Window | +--java.awt.Frame | +--com.sun.java.swing.JFrame
The JFrame class is slightly incompatible with java.awt.Frame. JFrame contains a JRootPane as it's only child. The contentPane should be the parent of any children of the JFrame. This is different than java.awt.Frame, e.g. to add a child to an AWT Frame you'd write:
frame.add(child);However using JFrame you need to add the child to the JFrames contentPane instead:
frame.getContentPane().add(child);The same is true for setting LayoutManagers, removing components, listing children, etc. All these methods should normally be sent to the contentPane() instead of the JFrame itself. The contentPane() will always be non-null. Attempting to set it to null will cause the JFrame to throw an exception. The default contentPane() will have a BorderLayout manager set on it.
Please see the JRootPane documentation for a complete description of the contentPane, glassPane, and layeredPane properties.
For the keyboard keys used by this component in the standard Look and Feel (L&F) renditions, see the JFrame key assignments.
Warning: serialized objects of this class will not be compatible with future swing releases. The current serialization support is appropriate for short term storage or RMI between Swing1.0 applications. It will not be possible to load serialized Swing1.0 objects with future releases of Swing. The JDK1.2 release of Swing will be the compatibility baseline for the serialized form of Swing objects.
Inner Class Summary | |
JFrame.AccessibleJFrame
The class used to obtain the AccessibleRole for this object. |
Field Summary | |
AccessibleContext | accessibleContext
The accessible context property |
boolean | rootPaneCheckingEnabled
If true then calls to add and setLayout
cause an exception to be thrown. |
JRootPane | rootPane
The JRootPane instance that manages the contentPane
and optional menuBar for this frame, as well as the
glassPane . |
Fields inherited from class java.awt.Frame | |
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
Fields inherited from class java.awt.Component | |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Constructor Summary | |
JFrame()
Constructs a new Frame that is initially invisible. |
|
JFrame(java.lang.String title)
Constructs a new, initially invisible Frame with the specified title. |
Method Summary | |
void | addImpl(java.awt.Component comp,
java.lang.Object constraints,
int index)
By default, children may not be added directly to a this component, they must be added to its contentPane instead. |
JRootPane | createRootPane()
Called by the constructor methods to create the default rootPane. |
void | frameInit()
Called by the constructors to init the JFrame properly. |
AccessibleContext | getAccessibleContext()
Get the AccessibleContext associated with this JFrame |
java.awt.Container | getContentPane()
Returns the contentPane object for this frame. |
int | getDefaultCloseOperation()
Returns the operation which occurs when the user initiates a "close" on this frame. |
java.awt.Component | getGlassPane()
Returns the glassPane object for this frame. |
JMenuBar | getJMenuBar()
Returns the menubar set on this frame. |
JLayeredPane | getLayeredPane()
Returns the layeredPane object for this frame. |
JRootPane | getRootPane()
Returns the rootPane object for this frame. |
boolean | isRootPaneCheckingEnabled()
Returns whether calls to add and
setLayout cause an exception to be thrown. |
void | processKeyEvent(java.awt.event.KeyEvent e)
Processes key events occurring on this component and, if appropriate, passes them on to components in the frame which have registered interest in them. |
void | processWindowEvent(java.awt.event.WindowEvent e)
Processes window events occurring on this component. |
void | setContentPane(java.awt.Container contentPane)
Sets the contentPane property. |
void | setDefaultCloseOperation(int operation)
Sets the operation which will happen by default when the user initiates a "close" on this frame. |
void | setGlassPane(java.awt.Component glassPane)
Sets the glassPane property. |
void | setJMenuBar(JMenuBar menubar)
Sets the menubar for this frame. |
void | setLayeredPane(JLayeredPane layeredPane)
Sets the layeredPane property. |
void | setLayout(java.awt.LayoutManager manager)
By default the layout of this component may not be set, the layout of its contentPane should be set instead. |
void | setRootPaneCheckingEnabled(boolean enabled)
Determines whether calls to add and
setLayout cause an exception to be thrown. |
void | setRootPane(JRootPane root)
Sets the rootPane property. |
void | update(java.awt.Graphics g)
Just calls paint(g) . |
Methods inherited from class java.awt.Frame | |
addNotify, dispose, finalize, getCursorType, getFrames, getIconImage, getMenuBar, getTitle, isResizable, paramString, remove, setCursor, setIconImage, setMenuBar, setResizable, setTitle |
Methods inherited from class java.awt.Window | |
addNotify, addWindowListener, applyResourceBundle, applyResourceBundle, dispose, getFocusOwner, getInputContext, getLocale, getOwnedWindows, getOwner, getToolkit, getWarningString, isShowing, pack, postEvent, processEvent, processWindowEvent, removeWindowListener, show, toBack, toFront |
Methods inherited from class java.awt.Container | |
add, add, add, add, add, addContainerListener, addImpl, addNotify, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponentAt, getComponentAt, getComponent, getComponentCount, getComponents, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paintComponents, paint, paramString, preferredSize, printComponents, print, processContainerEvent, processEvent, removeAll, remove, remove, removeContainerListener, removeNotify, setLayout, update, validate, validateTree |
Methods inherited from class java.awt.Component | |
action, add, addComponentListener, addFocusListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, deliverEvent, disable, disableEvents, dispatchEvent, doLayout, enable, enable, enableEvents, enableInputMethods, firePropertyChange, getAlignmentX, getAlignmentY, getBackground, getBounds, getBounds, getColorModel, getComponentAt, getComponentAt, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getInputContext, getInputMethodRequests, getLocale, getLocation, getLocation, getLocationOnScreen, getMaximumSize, getMinimumSize, getName, getParent, getPeer, getPreferredSize, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, invalidate, isDisplayable, isDoubleBuffered, isEnabled, isFocusTraversable, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, layout, list, list, list, list, list, locate, location, lostFocus, minimumSize, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, paint, paramString, postEvent, preferredSize, prepareImage, prepareImage, printAll, print, processComponentEvent, processEvent, processFocusEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, remove, removeComponentListener, removeFocusListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFont, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, update, validate |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Field Detail |
protected JRootPane rootPane
contentPane
and optional menuBar
for this frame, as well as the
glassPane
.protected boolean rootPaneCheckingEnabled
add
and setLayout
cause an exception to be thrown.protected AccessibleContext accessibleContext
Constructor Detail |
public JFrame()
public JFrame(java.lang.String title)
title
- the title for the frameMethod Detail |
protected void frameInit()
protected JRootPane createRootPane()
protected void processKeyEvent(java.awt.event.KeyEvent e)
e
- the key eventprotected void processWindowEvent(java.awt.event.WindowEvent e)
defaultCloseOperation
property.
e
- the window eventpublic void setDefaultCloseOperation(int operation)
The value is set to HIDE_ON_CLOSE by default.
public int getDefaultCloseOperation()
public void update(java.awt.Graphics g)
paint(g)
. This method was overridden to
prevent an unneccessary call to clear the background.
g
- the Graphics context in which to paintpublic void setJMenuBar(JMenuBar menubar)
menubar
- the menubar being placed in the framepublic JMenuBar getJMenuBar()
protected boolean isRootPaneCheckingEnabled()
add
and
setLayout
cause an exception to be thrown.add
and setLayout
are checkedprotected void setRootPaneCheckingEnabled(boolean enabled)
add
and
setLayout
cause an exception to be thrown.
enabled
- a boolean value, true if checking is to be
enabled, which cause the exceptions to be thrownprotected void addImpl(java.awt.Component comp, java.lang.Object constraints, int index)
thisComponent.getContentPane().add(child)An attempt to add to directly to this component will cause an runtime exception to be thrown. Subclasses can disable this behavior.
public void setLayout(java.awt.LayoutManager manager)
thiComponent.getContentPane().setLayout(new BorderLayout())An attempt to set the layout of this component will cause an runtime exception to be thrown. Subclasses can disable this behavior.
public JRootPane getRootPane()
protected void setRootPane(JRootPane root)
root
- the rootPane object for this framepublic java.awt.Container getContentPane()
public void setContentPane(java.awt.Container contentPane)
contentPane
- the contentPane object for this framepublic JLayeredPane getLayeredPane()
public void setLayeredPane(JLayeredPane layeredPane)
layeredPane
- the layeredPane object for this framepublic java.awt.Component getGlassPane()
public void setGlassPane(java.awt.Component glassPane)
glassPane
- the glassPane object for this framepublic AccessibleContext getAccessibleContext()
Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |