src/java.desktop/share/classes/javax/swing/JRootPane.java
changeset 52752 5e7dba63836d
parent 47385 8d56044a9850
child 58325 d32a3b1ca84a
equal deleted inserted replaced
52751:abed2967ec3a 52752:5e7dba63836d
    42 /**
    42 /**
    43  * A lightweight container used behind the scenes by
    43  * A lightweight container used behind the scenes by
    44  * <code>JFrame</code>, <code>JDialog</code>, <code>JWindow</code>,
    44  * <code>JFrame</code>, <code>JDialog</code>, <code>JWindow</code>,
    45  * <code>JApplet</code>, and <code>JInternalFrame</code>.
    45  * <code>JApplet</code>, and <code>JInternalFrame</code>.
    46  * For task-oriented information on functionality provided by root panes
    46  * For task-oriented information on functionality provided by root panes
    47  * see <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/rootpane.html">How to Use Root Panes</a>,
    47  * see <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/rootpane.html">How to Use Root Panes</a>,
    48  * a section in <em>The Java Tutorial</em>.
    48  * a section in <em>The Java Tutorial</em>.
    49  *
    49  *
    50  * <p>
    50  * <p>
    51  * The following image shows the relationships between
    51  * The following image shows the relationships between
    52  * the classes that use root panes.
    52  * the classes that use root panes.