The Artima Developer Community
Sponsored Link

Java Answers Forum
How to make a pane that will show all components rotated with 90* to left

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bogdan.Onu

Posts: 2
Nickname: bogdanonu
Registered: Apr, 2002

How to make a pane that will show all components rotated with 90* to left Posted: Apr 7, 2002 4:11 PM
Reply to this message Reply
Advertisement
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.

Does have anybody any ideea ?

If you have, please send a mail to edisonn@rol.ro

Thank you a lot.
Edi.

Topic: GridBagConstraints Previous Topic   Next Topic Topic: Rewrite client server applications

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use