-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b41
-
generic
-
generic
Few JTree properties are not working.
Following are the properties are not working:
Tree.drawHorizontalLegs
Tree.drawVerticalLines
Tree.leftChildIndent
Tree.rightChildIndent.
Steps to reproduce:
--------------------
1) Unzip the attached Zip file.
2) Run the SynthTest with Build 32.
3) Change the look and feel to Synth .
4) Expand the Tree and notice that there are no Vertical lines as well as no Horizontal lines and the left and right indentation values have no effect on the rendering.
Also the selection properties defined are not applicable.
Name: apR10262 Date: 02/27/2004
use Tree.drawHorizontalLines instead of
Tree.drawHorizontalLegs
======================================================================
Following are the properties are not working:
Tree.drawHorizontalLegs
Tree.drawVerticalLines
Tree.leftChildIndent
Tree.rightChildIndent.
Steps to reproduce:
--------------------
1) Unzip the attached Zip file.
2) Run the SynthTest with Build 32.
3) Change the look and feel to Synth .
4) Expand the Tree and notice that there are no Vertical lines as well as no Horizontal lines and the left and right indentation values have no effect on the rendering.
Also the selection properties defined are not applicable.
Name: apR10262 Date: 02/27/2004
use Tree.drawHorizontalLines instead of
Tree.drawHorizontalLegs
======================================================================
- relates to
-
JDK-5012163 JCP advanced tab display is unnecessarily complicated
- Closed