Welcome to Dream.In.Code
Become a Java Expert!

Join 150,371 Java Programmers for FREE! Get instant access to thousands of Java experts, tutorials, code snippets, and more! There are 1,792 people online right now. Registration is fast and FREE... Join Now!




Input Dialog Window

 
Reply to this topicStart new topic

Input Dialog Window, I need to capture two inputs from a dialog window

mathews666
26 Jan, 2008 - 11:05 AM
Post #1

New D.I.C Head
*

Joined: 26 Jan, 2008
Posts: 4

I'm a computer Science from florida. I am taking my first java class. Even though, I like java so far. I am not so good at it yet.
I need to capture two inputs using an input dialog window. I know how to capture one input using the JOption methods, but I cannot find out how to get two inputs with just one input window. [/size]
User is offlineProfile CardPM
+Quote Post

GWatt
RE: Input Dialog Window
26 Jan, 2008 - 11:20 AM
Post #2

human inside
Group Icon

Joined: 1 Dec, 2005
Posts: 2,360



Thanked: 31 times
Dream Kudos: 500
My Contributions
If you want two numbers you can ask the user to separate each number with a space. When you want to gt each number you can do something like this:
String[] nums = input.split("\\s");
"input" is the text you receive from the JOptionPane, and the .split() method returns an array of Strings that are separated by whatever pattern you specified. "\\s" splits strings along any whitespace.

If you want two strings of text, the best way to get them would be to use two different JOptionPanes.
User is online!Profile CardPM
+Quote Post

mathews666
RE: Input Dialog Window
26 Jan, 2008 - 10:46 PM
Post #3

New D.I.C Head
*

Joined: 26 Jan, 2008
Posts: 4

smile.gif Thank you for the help!! My program runs perfectly.. Thank you! GWatt!!
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 1/9/09 02:26PM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live Java Help!

Java Tutorials

Reference Sheets

Java Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month