helllllllllllllllp?

am working on a swing desktop application

and it is very important to me to have

a JTREE in it but the problem is how

to make this tree fromright to left

not the default from left to right

plz help

thanks in advance

[278 byte] By [cutouta] at [2007-11-27 11:19:41]
# 1

try

setComponentOrientation()

Gabia at 2007-7-29 14:38:08 > top of Java-index,Desktop,Core GUI APIs...
# 2

Component.setComponentOrientation( ComponentOrientation.RIGHT_TO_LEFT)

Gabia at 2007-7-29 14:38:08 > top of Java-index,Desktop,Core GUI APIs...
# 3

hi tanks for being kind but

the first one dosen't work

and am not sure

how to use the next one with JTree

if there is some code it would be great

null

cutouta at 2007-7-29 14:38:08 > top of Java-index,Desktop,Core GUI APIs...