-
Bug
-
Resolution: Fixed
-
P4
-
1.2.2
-
kestrel
-
sparc
-
solaris_2.5.1
Name: akC57697 Date: 12/25/98
This bug was found by St.Petersburg Java SQE team (by Sergey Scherbakov).
The sentence begins with a lower case letter.
installChooserPanel
public void installChooserPanel(JColorChooser enclosingChooser)
This get called when the panel is added to the chooser.
if you're going to override this, be sure to call super.
^^^^^
line:64
file: AbstractColorChooserPanel.java 1.10 98/08/28
uninstallChooserPanel
public void uninstallChooserPanel(JColorChooser enclosingChooser)
This get called when the panel is removed from the chooser.
if you're going to override this, be sure to call super.
^^^^^
line:80
file: AbstractColorChooserPanel.java 1.10 98/08/28
======================================================================