JOptionPane

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
schafft
Posts: 2
Joined: Fri Jun 17, 2005 6:15 am
Location: Hill AFB, UT

JOptionPane

Post by schafft »

How do you allow a user to input a list of numbers in the input window using the JOptionPane? I'm trying to write a program to allow a user to input test scores then get the total number of scores, avg score, high and low score, etc. I can't figure out how to get a list of numbers to be input. I'm new at programming so any help is greatly appreciated.

Thanks.
huw
Posts: 2
Joined: Thu Jun 23, 2005 8:44 am

Post by huw »

Hi Schafft,
This isn't really a Java forum. Try here:
http://forum.java.sun.com/forum.jspa?forumID=57
schafft
Posts: 2
Joined: Fri Jun 17, 2005 6:15 am
Location: Hill AFB, UT

Post by schafft »

Thanks!
Post Reply