Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JOptionPane

Status
Not open for further replies.

thumpkidd9

Programmer
Mar 27, 2005
42
US
Hello,

I'm new to this, so far I have just used S.O.P() but I wanted to try and make input a little easier on the user of my program. I wanted to use the showInputDialog() method and I was just curious if there was a way I could allow for multiple input lines in a single Frame. For Example I would want it to look something like this:

_________________________________
(Title) Enter Data

First Last MI
(text box) (text box) (text box)


I basically want 3 input text boxes and store the inputed values into 3 variables. I can get the single input value working no problem and I am just semi familiar with all of the functions JOptionPane offers.

Thanks,
Matt
 
Lil to advanced for me atm, I'm going to start at the lower level tutorials. Thanks though

~mp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top