|
I'm trying to add a separate dialog to a Java program...
I'm trying to add a separate dialog/window to a Java program that collects the user's information from three different text boxes.
I have looked at the sun tutorial, swing textbooks, and a graphic java text, but I'm still confused.
How do I layout the three textboxes and the four related labels in the dialog? And how do I get this information from the dialog/window and send it back to the main frame in a single string (e.g. textbox1+textbox2+textbox3)?
Thanks
|