AH_Viper Spy Joined Jul 20, 2003 Messages 605 Reaction score 0 Nov 19, 2004 #1 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?
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?
Ansur Newbie Joined Oct 3, 2003 Messages 330 Reaction score 0 Nov 19, 2004 #2 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).
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).
AH_Viper Spy Joined Jul 20, 2003 Messages 605 Reaction score 0 Nov 21, 2004 #3 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
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