Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/JLabel.java
          +++ new/src/share/classes/javax/swing/JLabel.java
↓ open down ↓ 72 lines elided ↑ open up ↑
  73   73   * {@link java.awt.ComponentOrientation} property.  At present, the default
  74   74   * ComponentOrientation setting maps the leading edge to left and the trailing
  75   75   * edge to right.
  76   76   *
  77   77   * <p>
  78   78   * Finally, you can use the <code>setIconTextGap</code> method
  79   79   * to specify how many pixels
  80   80   * should appear between the text and the image.
  81   81   * The default is 4 pixels.
  82   82   * <p>
  83      - * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/label.html">How to Use Labels</a>
       83 + * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/label.html">How to Use Labels</a>
  84   84   * in <em>The Java Tutorial</em>
  85   85   * for further documentation.
  86   86   * <p>
  87   87   * <strong>Warning:</strong> Swing is not thread safe. For more
  88   88   * information see <a
  89   89   * href="package-summary.html#threading">Swing's Threading
  90   90   * Policy</a>.
  91   91   * <p>
  92   92   * <strong>Warning:</strong>
  93   93   * Serialized objects of this class will not be compatible with
↓ open down ↓ 1543 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX