thumpkidd9
Programmer
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
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