netlogo.gif (10904 bytes)

Java Assignment 2

Write a Java applet that provides a user interface with the same information as the "Green Sheet."  For now, you do not have to have the capability of actually entering and saving data in a file, but eventually (Project 1), you will have to do so.  Therefore, do some thinking about which UI components need to generate user input and events, and how you are going to handle those events.  As before, I will need a hard copy of the source code, and the bytecode and source code on disk.

Here is an example of two different ways of getting the date to print out in Java.