I'm basically trying to learn on my own.
Have a Student.java class with set/get JOptionPane.showInputDailog("Some Questions");
plus toString and print methods (both default constructors and User Input)
(code finished)
There are 8 questions with 7 String answers, and 1 double answer.
I created a MyButton.java class with 3 JButtons. (code partially finished pending below)
When the "Register Student" button is clicked.
How can I get all the 8 Questions to show up in the one window,
So user need only click OK once.