Serialized Form
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
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).
outputArea
java.awt.TextArea outputArea
- the area where output is printed
font
java.awt.Font font
img
java.awt.Image[] img
message
java.lang.String message
which
int which