< prev index next >

src/java.desktop/share/classes/javax/swing/colorchooser/DefaultColorSelectionModel.java

Print this page

        

@@ -45,10 +45,13 @@
      * since the event's only (read-only) state is the source property.
      * The source of events generated here is always "this".
      */
     protected transient ChangeEvent changeEvent = null;
 
+    /**
+     * The listener list.
+     */
     protected EventListenerList listenerList = new EventListenerList();
 
     private Color selectedColor;
 
     /**
< prev index next >