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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJRootPane.java52 * <p align=center><img src="doc-files/JRootPane-1.gif"
66 * <code>JRootPane</code> (shown with a little "handle" on top).
69 * can be used to obtain the <code>JRootPane</code> that contains
75 * <img src="doc-files/JRootPane-2.gif"
80 * The diagram at right shows the structure of a <code>JRootPane</code>.
98 * To add components to the <code>JRootPane</code> (other than the
100 * of the <code>JRootPane</code>, like this:
106 * the <code>contentPane</code> instead of on the <code>JRootPane</code>.
109 * a <code>BorderLayout</code> manager. However, the <code>JRootPane</code>
112 * to a <code>JRootPane</cod
202 public class JRootPane extends JComponent implements Accessible { class in inherits:JComponent,Accessible
364 public JRootPane() { method in class:JRootPane
[all...]

Completed in 30 milliseconds