Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Can't find an example on how to append text to jframe!

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Can't find an example on how to append text to jframe!

    Hi, I'm having trouble appending text on one of my projects. Another member suggested I add it to a frame. However, I don't know how to do that. I've been searching for examples and haven't found anything. Does anyone have any sample code they would like to share or a url that could help? Thanks


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Can't find an example on how to append text to jframe!

    I don't seem to have anything like that sitting around.

    What have you tried?

  3. #3
    Junior Member
    Join Date
    Nov 2012
    Location
    Germany
    Posts
    20
    My Mood
    Bored
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default Re: Can't find an example on how to append text to jframe!

    Hint: JFrame -> JPanel -> JTextArea -> append ^^

Similar Threads

  1. Replies: 5
    Last Post: October 18th, 2012, 01:43 PM
  2. append to text field declared out of class
    By chopficaro in forum Java Theory & Questions
    Replies: 1
    Last Post: July 25th, 2012, 03:23 PM
  3. scope problem: append to text field declared out of class
    By chopficaro in forum Java Theory & Questions
    Replies: 2
    Last Post: July 14th, 2012, 03:21 PM
  4. Replies: 4
    Last Post: July 20th, 2010, 07:15 AM
  5. How can I append text in JTextArea from another class
    By chikaman in forum AWT / Java Swing
    Replies: 2
    Last Post: December 10th, 2009, 10:26 AM