Results 1 to 2 of 2

Thread: JTextArea Alignment

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2001
    Location
    Earth
    Posts
    277

    JTextArea Alignment

    how can I Align the text in the JTextArea to the Right ?

    thanks

  2. #2
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width