next up previous
Next: Materials to Submit & Up: CSE116AB Introduction to Computer Previous: Design Details

Implementation Details

  1. Each device that needs response needs to be listened to and when it is activated appropriate action needs to be performed. Listerners and action performed interfaces will be explained to you in lecture and in recitation. There are two labs covering these details.
  2. See /projects/bina/ddjava/ for samples.
  3. Do incremental development. Add the code in steps, and test it before you add more code.
  4. Write an applet first. You will be modifying the applet I have provided. Name it Gigobite1.java.
  5. You will need .html file to run the applet. See your lecture notes for sample.
  6. Write an application that provides the interface and carries out the operation. Name it Gigobite2.java.
  7. Document appropriately using Name box at the top of your applet and application, PREcondition, POSTcondition, ASSERTions and other comments.


Bina Ramamurthy
Wed Feb 3 10:16:56 EST 1999