proff.hacker
Apr 20th, 2002, 06:03 PM
how can I Align the text in the JTextArea to the Right ?
thanks
Dillinger4
Apr 21st, 2002, 01:07 PM
Ive never had a need to move the text around in a JText area but i think that it can be accomplished by setting the margin property which is found within the JTextComponent class(which just means that JTextArea and JTextField share this common property). The set and get methods take a Inset object as an arguement. :)