Serialized Form


Package javabook

Class javabook.DrawingBoard extends MainWindow implements Serializable

Serialized Fields

g

java.awt.Graphics g
The Graphics object used in the drawing.

See Also:
Graphics

Class javabook.MainWindow extends javax.swing.JFrame implements Serializable

Serialized Fields

screenSize

java.awt.Dimension screenSize
The size of the screen

Class javabook.MiniBrowser extends javax.swing.JFrame implements Serializable

Serialized Fields

browserPane

javax.swing.JEditorPane browserPane
Pane for showing URL contents


urlTextField

javax.swing.JTextField urlTextField
Text field for showing/entering URL


currentURL

java.lang.String currentURL
Current URL this browser is displaying

Class javabook.OutputBox extends javax.swing.JDialog implements Serializable

Serialized Fields

outputArea

javax.swing.JTextArea outputArea
The constant to represent the state of action pending

Class javabook.SketchPad extends MainWindow implements Serializable

Serialized Fields

last_x

int last_x
The X coordinate of the last position of the mouse


last_y

int last_y
The Y coordinate of the last position of the mouse