Search found 2 matches
- Fri Jun 17, 2005 6:33 am
- Forum: Java
- Topic: JOptionPane
- Replies: 2
- Views: 911
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 ...