Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/JColorChooser.java
          +++ new/src/share/classes/javax/swing/JColorChooser.java
↓ open down ↓ 34 lines elided ↑ open up ↑
  35   35  import javax.accessibility.*;
  36   36  
  37   37  import sun.swing.SwingUtilities2;
  38   38  
  39   39  
  40   40  /**
  41   41   * <code>JColorChooser</code> provides a pane of controls designed to allow
  42   42   * a user to manipulate and select a color.
  43   43   * For information about using color choosers, see
  44   44   * <a
  45      - href="http://docs.oracle.com/javase/tutorial/uiswing/components/colorchooser.html">How to Use Color Choosers</a>,
       45 + href="https://docs.oracle.com/javase/tutorial/uiswing/components/colorchooser.html">How to Use Color Choosers</a>,
  46   46   * a section in <em>The Java Tutorial</em>.
  47   47   *
  48   48   * <p>
  49   49   *
  50   50   * This class provides three levels of API:
  51   51   * <ol>
  52   52   * <li>A static convenience method which shows a modal color-chooser
  53   53   * dialog and returns the color selected by the user.
  54   54   * <li>A static convenience method for creating a color-chooser dialog
  55   55   * where <code>ActionListeners</code> can be specified to be invoked when
↓ open down ↓ 708 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX