src/share/classes/javax/swing/JLayeredPane.java

Print this page

        

*** 39,49 **** * allowing components to overlap each other when needed. * An <code>Integer</code> object specifies each component's depth in the * container, where higher-numbered components sit &quot;on top&quot; of other * components. * For task-oriented documentation and examples of using layered panes see ! * <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/layeredpane.html">How to Use a Layered Pane</a>, * a section in <em>The Java Tutorial</em>. * <P> * <TABLE ALIGN="RIGHT" BORDER="0" SUMMARY="layout"> * <TR> * <TD ALIGN="CENTER"> --- 39,49 ---- * allowing components to overlap each other when needed. * An <code>Integer</code> object specifies each component's depth in the * container, where higher-numbered components sit &quot;on top&quot; of other * components. * For task-oriented documentation and examples of using layered panes see ! * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/layeredpane.html">How to Use a Layered Pane</a>, * a section in <em>The Java Tutorial</em>. * <P> * <TABLE ALIGN="RIGHT" BORDER="0" SUMMARY="layout"> * <TR> * <TD ALIGN="CENTER">