< prev index next >

src/java.desktop/share/classes/javax/swing/JColorChooser.java

Print this page

        

@@ -559,10 +559,13 @@
 
 /////////////////
 // Accessibility support
 ////////////////
 
+    /**
+     * The accessible context.
+     */
     protected AccessibleContext accessibleContext = null;
 
     /**
      * Gets the AccessibleContext associated with this JColorChooser.
      * For color choosers, the AccessibleContext takes the form of an
< prev index next >