Search found 2 matches

by schafft
Thu Jun 23, 2005 10:53 pm
Forum: Java
Topic: JOptionPane
Replies: 2
Views: 686

Thanks!
by schafft
Fri Jun 17, 2005 6:33 am
Forum: Java
Topic: JOptionPane
Replies: 2
Views: 686

JOptionPane

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 ...