Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/java/awt/Container.java
          +++ new/src/share/classes/java/awt/Container.java
↓ open down ↓ 66 lines elided ↑ open up ↑
  67   67   * A generic Abstract Window Toolkit(AWT) container object is a component
  68   68   * that can contain other AWT components.
  69   69   * <p>
  70   70   * Components added to a container are tracked in a list.  The order
  71   71   * of the list will define the components' front-to-back stacking order
  72   72   * within the container.  If no index is specified when adding a
  73   73   * component to a container, it will be added to the end of the list
  74   74   * (and hence to the bottom of the stacking order).
  75   75   * <p>
  76   76   * <b>Note</b>: For details on the focus subsystem, see
  77      - * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
       77 + * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
  78   78   * How to Use the Focus Subsystem</a>,
  79   79   * a section in <em>The Java Tutorial</em>, and the
  80   80   * <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>
  81   81   * for more information.
  82   82   *
  83   83   * @author      Arthur van Hoff
  84   84   * @author      Sami Shaio
  85   85   * @see       #add(java.awt.Component, int)
  86   86   * @see       #getComponent(int)
  87   87   * @see       LayoutManager
↓ open down ↓ 4911 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX