leftToRight = BasicGraphicsUtils.isLeftToRight(tree);
leftToRight = tree.getComponentOrientation().isLeftToRight();
...but I mention that purely for informational reasons... My real
question is this. I want to be able to use the other standard plaf's
in combination with my plaf. What would be the best way to go about
this. Currently I am setting my plaf at the begining of my JTree
constructor and then switching it back to its original plaf at the end
of the constructor which is an unsatisfying solution. Any
suggestions?
> (alot of the methods in BasicTreeUI are protected so I can't
> subclass it in my own package...right?
You need a beginners book about Java.