jdk/src/share/classes/javax/swing/JLayeredPane.java
changeset 20451 4cedf4e1560a
parent 11268 f0e59c4852de
child 20455 f6f9a0c2796b
equal deleted inserted replaced
20450:008da09ac2b2 20451:4cedf4e1560a
    42  * components.
    42  * components.
    43  * For task-oriented documentation and examples of using layered panes see
    43  * For task-oriented documentation and examples of using layered panes see
    44  * <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/layeredpane.html">How to Use a Layered Pane</a>,
    44  * <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/layeredpane.html">How to Use a Layered Pane</a>,
    45  * a section in <em>The Java Tutorial</em>.
    45  * a section in <em>The Java Tutorial</em>.
    46  * <P>
    46  * <P>
    47  * <TABLE ALIGN="RIGHT" BORDER="0" SUMMARY="layout">
    47  * <TABLE STYLE="FLOAT:RIGHT" BORDER="0" SUMMARY="layout">
    48  * <TR>
    48  * <TR>
    49  *   <TD ALIGN="CENTER">
    49  *   <TD ALIGN="CENTER">
    50  *     <P ALIGN="CENTER"><IMG SRC="doc-files/JLayeredPane-1.gif"
    50  *     <P STYLE="TEXT-ALIGN:CENTER"><IMG SRC="doc-files/JLayeredPane-1.gif"
    51  *     alt="The following text describes this image."
    51  *     alt="The following text describes this image."
    52  *     WIDTH="269" HEIGHT="264" ALIGN="BOTTOM" BORDER="0">
    52  *     WIDTH="269" HEIGHT="264" STYLE="FLOAT:BOTTOM; BORDER=0">
    53  *   </TD>
    53  *   </TD>
    54  * </TR>
    54  * </TR>
    55  * </TABLE>
    55  * </TABLE>
    56  * For convenience, <code>JLayeredPane</code> divides the depth-range
    56  * For convenience, <code>JLayeredPane</code> divides the depth-range
    57  * into several different layers. Putting a component into one of those
    57  * into several different layers. Putting a component into one of those