Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

JTree customize problem

Hi all,
having code using JTree for quite a while, may i know how can i change the "+" collapse and "-" expanded sign and its node's handler "dotted" line (all in Window platform) positioning? as illustrate below:

the illustrate image (http://img.photobucket.com/albums/v660/ahbeng78/explaination.gif)

anyone know? i've been asking around and looking and searching around the sample and resource, but no luck, anyone? thanks
[460 byte] By [ah_beng78] at [2007-11-11 8:17:40]
# 1 Re: JTree customize problem
What you are looking to change is the "look and feel" of the UI. Root around in the javax.swing.plaf package.
nspils at 2007-11-11 22:35:57 >