CS130 - 4/4/11
- Exam feedback
- Exam scores section 1
- Exam scores section 2
- The future
How to proceed (one thing at a time!):
- Create a new project somewhere under public_html (no Main class)
- Add a new file, AWT GUI/Applet
- Run it (shift F6)
- Add a Button from AWT controls (after setting the layout to null), hook it up and test it.
- Add a TextField, hook it up and test it.
- Add the code to getText from the TextField, convert it to an int, double it and sout it
- etc...