how can I Align the text in the JTextArea to the Right ?
thanks
Printable View
how can I Align the text in the JTextArea to the Right ?
thanks
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. :)