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
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
try
setComponentOrientation()
Component.setComponentOrientation( ComponentOrientation.RIGHT_TO_LEFT)
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