-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0, 1.4.2
-
tiger
-
generic, x86
-
windows_nt, windows_xp
-
Verified
Name: jbT81659 Date: 07/17/2001
OS: Windows NT
JDK: jdk1.4.0-b71 BetaRefresh
application: SampleTree.jar
Note: this application is shipped with the all JDk builds under /demo/jfc/sampleTree
Clicking the "editable" checkbox in the SampleTree.jar application fails to
make JTREE nodes Editable under Windows NT.
This behavior is not reproducable under Linux or solaris platforms.
To reproduce this bug:
1- Compile and run the SampleTree.jar application found under:
...../jdk/demo/jfc/SampleTree/
using the command "java -jar SampleTree.jar"
2- Check the "editable" checkbox
3- Click once on any tree node
4- Note that Node is not open for editing
======================================================================
- duplicates
-
JDK-6335586 Editability problem in DefaultTreeCellEditor.
- Closed