Back to: Charles Consulting Home - Java demo page

Serialized Form

Class ArrowButton implements Serializable

Serialized Fields

up

boolean up


Class HolddownButton implements Serializable

Serialized Fields

isDown

boolean isDown
current state of button

thread

HolddownButton.TimerThread thread
thread to process multiple events if button held down


Class IntegerPanel implements Serializable

Serialized Fields

buttonPanel

IntegerPanel.ButtonPanel buttonPanel

downButton

ArrowButton downButton

label

java.awt.Label label

max

int max

min

int min

tfield

java.awt.TextField tfield

theListener

java.awt.event.ActionListener theListener

upButton

ArrowButton upButton

value

int value


Class Spinner implements Serializable

Serialized Fields

angle

double angle

anglePanel

IntegerPanel anglePanel

angleStep

int angleStep

canvas

java.awt.Canvas canvas

controlPanel

java.awt.Panel controlPanel

nStep

int nStep

originX

int originX

originY

int originY

radius

int radius

radiusPanel

IntegerPanel radiusPanel

radiusStep

int radiusStep

repaintListener

Spinner.RepaintListener repaintListener

stepPanel

IntegerPanel stepPanel


Class StandAloneApplet implements Serializable


Back to: Charles Consulting Home - Java demo page