CS130 - 4/4/11

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