-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 1.2.1
-
Component/s: docs
-
kestrel
-
sparc
-
solaris_2.5.1
Name: sdC67446 Date: 04/27/99
The doc for field:
protected boolean hasChildren;
of class javax.swing.JTree.DynamicUtilTreeNode is not clear.
The doc says:
protected boolean hasChildren
Does the receiver have children?
The ambiguity is in the word "children":
does it mean that the field 'children' != null or
the field 'childValue' != null?
Anyway currently this field ('hasChildren') is always false.
======================================================================