Serialized Form

Class CSLib.DrawingBox implements Serializable

Serialized Fields

g

java.awt.Graphics g
the Graphics object affiliated with this Frame


screenSize

java.awt.Dimension screenSize
the size of the user's screen


buffer

java.awt.Image buffer
an off-screen image of everything that is done to g


gContext

java.awt.Graphics gContext
the Graphics affiliated with the off-screen image


Class CSLib.InputBox implements Serializable

Serialized Fields

inputLine

java.awt.TextField inputLine

prompt

java.awt.Label prompt

okButton

java.awt.Button okButton

font

java.awt.Font font

eoi

boolean eoi
set to true when end-of-input has been indicated (by the user entering an empty field).


Class CSLib.OutputBox implements Serializable

Serialized Fields

outputArea

java.awt.TextArea outputArea
the area where output is printed


font

java.awt.Font font


Class CSLib.TrickMouse implements Serializable

Serialized Fields

img

java.awt.Image[] img

message

java.lang.String message

which

int which