Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/JToolTip.java
          +++ new/src/share/classes/javax/swing/JToolTip.java
↓ open down ↓ 36 lines elided ↑ open up ↑
  37   37  /**
  38   38   * Used to display a "Tip" for a Component. Typically components provide api
  39   39   * to automate the process of using <code>ToolTip</code>s.
  40   40   * For example, any Swing component can use the <code>JComponent</code>
  41   41   * <code>setToolTipText</code> method to specify the text
  42   42   * for a standard tooltip. A component that wants to create a custom
  43   43   * <code>ToolTip</code>
  44   44   * display can override <code>JComponent</code>'s <code>createToolTip</code>
  45   45   * method and use a subclass of this class.
  46   46   * <p>
  47      - * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/tooltip.html">How to Use Tool Tips</a>
       47 + * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/tooltip.html">How to Use Tool Tips</a>
  48   48   * in <em>The Java Tutorial</em>
  49   49   * for further documentation.
  50   50   * <p>
  51   51   * <strong>Warning:</strong> Swing is not thread safe. For more
  52   52   * information see <a
  53   53   * href="package-summary.html#threading">Swing's Threading
  54   54   * Policy</a>.
  55   55   * <p>
  56   56   * <strong>Warning:</strong>
  57   57   * Serialized objects of this class will not be compatible with
↓ open down ↓ 235 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX