I have a school project in witch I must create a new Pane that will show a child rotated to left. This should provide interactivity with mouse. For example if the child is a textbox, than, I must have something like this
JRotatedPane p = new JRotatedPane( new JTextBoxArea() ); Frame f. ...
f.add(p); f.show();
this should permit to edit, view and interact with editor, that is rotated to left.
I tried something but I don't have any positive results.
However, the request seems to include also all the other javax.swing.JComponents.
As I don't know I forwarded you question to John ZUKOWSKI who is a damn good Swing designer ! I looked into my "Custom UI component" and could not find anything like that there !
could you anyway post some of the idea's you may have found.