-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0
-
beta2
-
generic
-
generic
Name: yyT116575 Date: 05/17/2001
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
In DefaultTreeCellRenderer.java (javax.swing.tree package),
the member variable 'borderSelectionColor' has incorrect JavaDoc.
It currently states:
/** Color to use for the background when the node isn't selected. */
protected Color borderSelectionColor;
This is obviously not the case (looks like it was copied-and-pasted
from the prior variable).
Look at the JavaDoc for setBorderSelectionColor, which correctly
describes what borderSelectionColor should be.
(Review ID: 124521)
======================================================================