Simplest Text rotation (Java)

AH_Viper

Spy
Joined
Jul 20, 2003
Messages
605
Reaction score
0
Does anyone know the SIMPLEST way to rotate text.

Basicaly all I want to do is pass in a JPanel and get a JPanel out thats been rotated by X degrees....

Anyone got any ideas?
 
If you only need the text rotated, why can't u just paint it instead of using a control for it?
(oir create a control having a degree of rotation as paramter).
 
Ach.....humm...

I really just wish there was a text.Angle function or away to make text write like this:

H
e
l
l
o

But without using \n after every char :)

Oh well, will just have to do it that way, cheers Ansur
 
Back
Top