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 create a text box field from a Input dialogue box?

  1. #1
    Junior Member
    Join Date
    Nov 2020
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to create a text box field from a Input dialogue box?

    Hi,

    I'm creating
    Last edited by Java153; November 13th, 2020 at 10:04 AM.

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: How to create a text box field from a Input dialogue box?

    how to get rid of this dialogue box
    I'm not sure what the problem is with removing a dialog.
    Have you tried removing all the code that creates and uses the dialog box?

    Does the Add button have a listener that will copy the text from the text field to the text area?
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Nov 2020
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: How to create a text box field from a Input dialogue box?

    Hi,

    using the input dialog I get errors.
    Last edited by Java153; November 13th, 2020 at 10:07 AM.

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: How to create a text box field from a Input dialogue box?

    I get errors. I'm trying to get a text field box
    Please copy the full text of the error message and paste it here. It has important info about the error.

    Also copy and paste the code here that you are having problems with. Be sure to wrap all posted code in code tags.
    http://www.java-forums.org/misc.php?do=bbcode#code
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Create Timestamp and append it with existing input date field
    By velva in forum What's Wrong With My Code?
    Replies: 1
    Last Post: February 18th, 2019, 02:23 PM
  2. How to create a Right Click Menu for a Text Field in Java?
    By deamon0 in forum AWT / Java Swing
    Replies: 1
    Last Post: July 18th, 2013, 11:20 PM
  3. Replies: 1
    Last Post: May 18th, 2013, 11:28 PM
  4. Text inside Text Field
    By JosPhantasmE in forum Java Theory & Questions
    Replies: 1
    Last Post: March 16th, 2013, 05:29 AM
  5. JSF - input field is not updated
    By rcbandit in forum What's Wrong With My Code?
    Replies: 0
    Last Post: March 19th, 2012, 04:10 PM

Tags for this Thread