View Single Post
  #1 (permalink)  
Old 07-17-2007, 05:18 PM
romina romina is offline
Member
 
Join Date: Jul 2007
Posts: 26
romina is on a distinguished road
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
Reply With Quote
Sponsored Links