Show dotted lines in a JTreeTag(s): Swing
In your code
... tree.putClientProperty("JTree.lineStyle", "Angled"); ...
java -DJTree.lineStyle=Angled MyApp
None No lines are drawn anywhere on the tree. Angled Vertical lines between nodes at the same level, horizontal line to child node. Horizontal A single horizontal line between nodes immediately attached to the root node. This is the default setting.
See also List of undocumented properties to change the behavior of Swing in Suns JVM.
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com