Searched defs:JFrame (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFrame.java40 * You can find task-oriented documentation about using <code>JFrame</code>
46 * The <code>JFrame</code> class is slightly incompatible with <code>Frame</code>.
48 * a <code>JFrame</code> contains a <code>JRootPane</code> as its only child.
51 * all the non-menu components displayed by the <code>JFrame</code>.
61 * always be non-null. Attempting to set it to null will cause the JFrame
66 * of a <code>JFrame</code>.
68 * Unlike a <code>Frame</code>, a <code>JFrame</code> has some notion of how to
70 * is to simply hide the JFrame when the user closes the window. To change the
73 * To make the <code>JFrame</code> behave the same as a <code>Frame</code>
82 * In a multi-screen environment, you can create a <code>JFrame</cod
114 public class JFrame extends Frame implements WindowConstants, class in inherits:Frame,WindowConstants,Accessible,RootPaneContainer,TransferHandler.HasGetTransferHandler
179 public JFrame() throws HeadlessException { method in class:JFrame
203 public JFrame(GraphicsConfiguration gc) { method in class:JFrame
223 public JFrame(String title) throws HeadlessException { method in class:JFrame
249 public JFrame(String title, GraphicsConfiguration gc) { method in class:JFrame
[all...]

Completed in 23 milliseconds