Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/java/awt/Component.java
          +++ new/src/share/classes/java/awt/Component.java
↓ open down ↓ 166 lines elided ↑ open up ↑
 167  167   *         }
 168  168   *    }
 169  169   * </pre>
 170  170   * <p>
 171  171   * <b>Note</b>: For more information on the paint mechanisms utilitized
 172  172   * by AWT and Swing, including information on how to write the most
 173  173   * efficient painting code, see
 174  174   * <a href="http://www.oracle.com/technetwork/java/painting-140037.html">Painting in AWT and Swing</a>.
 175  175   * <p>
 176  176   * For details on the focus subsystem, see
 177      - * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
      177 + * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
 178  178   * How to Use the Focus Subsystem</a>,
 179  179   * a section in <em>The Java Tutorial</em>, and the
 180  180   * <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>
 181  181   * for more information.
 182  182   *
 183  183   * @author      Arthur van Hoff
 184  184   * @author      Sami Shaio
 185  185   */
 186  186  public abstract class Component implements ImageObserver, MenuContainer,
 187  187                                             Serializable
↓ open down ↓ 9962 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX