CS 160
February 7, 2005
Today in class I had two classes
The class that has the main.In the main it instantiates the Scanner class from the API and calls some Scanner methods to initilize some of it's local variables that will eventually be sent as parameters to the second class's method.
The second class:
Framefun, which has a blank constructor, no instance fields, and one method that is being called from the ObjectsFun class.
It receives three parameters and builds a frame using the three variable paramters.