jdk/src/share/classes/javax/swing/plaf/basic/BasicColorChooserUI.java
changeset 9230 c5674561cb9e
parent 6512 ce0a2790e09f
child 14658 67661687f722
equal deleted inserted replaced
9229:65eacdfa3a35 9230:c5674561cb9e
   333             }
   333             }
   334         }
   334         }
   335     }
   335     }
   336 
   336 
   337     /**
   337     /**
   338      * This inner class is marked "public" due to a compiler bug.
       
   339      * This class should be treated as a "protected" inner class.
   338      * This class should be treated as a "protected" inner class.
   340      * Instantiate it only within subclasses of <Foo>.
   339      * Instantiate it only within subclasses of {@code BasicColorChooserUI}.
   341      */
   340      */
   342     public class PropertyHandler implements PropertyChangeListener {
   341     public class PropertyHandler implements PropertyChangeListener {
   343         public void propertyChange(PropertyChangeEvent e) {
   342         public void propertyChange(PropertyChangeEvent e) {
   344             getHandler().propertyChange(e);
   343             getHandler().propertyChange(e);
   345         }
   344         }