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 4 of 4

Thread: how to delete an item from a form

  1. #1
    Junior Member
    Join Date
    Aug 2009
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default how to delete an item from a form

    Hi , how can i delete an item or String from a form aftre append it ???
    like this form.append(" Hello "); now how can i delete it ???


  2. #2
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: how to delete an item from a form

    What is a form? Could you link us to the Javadocs of the form class please?

    // Json

  3. The Following User Says Thank You to Json For This Useful Post:

    mahdi (August 30th, 2009)

  4. #3
    Junior Member
    Join Date
    Aug 2009
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: how to delete an item from a form

    Hi , tanks my friend i got the answer
    MID Profile

  5. #4
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: how to delete an item from a form

    Brilliant

    // Json

Similar Threads

  1. How to move an image (or how to delete one)
    By User in forum AWT / Java Swing
    Replies: 3
    Last Post: December 17th, 2009, 11:25 AM
  2. Replies: 4
    Last Post: August 13th, 2009, 05:54 AM
  3. Replies: 1
    Last Post: April 20th, 2009, 11:17 AM