Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/JLayeredPane.java
          +++ new/src/share/classes/javax/swing/JLayeredPane.java
↓ open down ↓ 33 lines elided ↑ open up ↑
  34   34  
  35   35  import javax.accessibility.*;
  36   36  
  37   37  /**
  38   38   * <code>JLayeredPane</code> adds depth to a JFC/Swing container,
  39   39   * allowing components to overlap each other when needed.
  40   40   * An <code>Integer</code> object specifies each component's depth in the
  41   41   * container, where higher-numbered components sit &quot;on top&quot; of other
  42   42   * components.
  43   43   * For task-oriented documentation and examples of using layered panes see
  44      - * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/layeredpane.html">How to Use a Layered Pane</a>,
       44 + * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/layeredpane.html">How to Use a Layered Pane</a>,
  45   45   * a section in <em>The Java Tutorial</em>.
  46   46   *
  47   47   * <TABLE STYLE="FLOAT:RIGHT" BORDER="0" SUMMARY="layout">
  48   48   * <TR>
  49   49   *   <TD ALIGN="CENTER">
  50   50   *     <P STYLE="TEXT-ALIGN:CENTER"><IMG SRC="doc-files/JLayeredPane-1.gif"
  51   51   *     alt="The following text describes this image."
  52   52   *     WIDTH="269" HEIGHT="264" STYLE="FLOAT:BOTTOM; BORDER=0">
  53   53   *   </TD>
  54   54   * </TR>
↓ open down ↓ 732 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX