Serialized Form


Package capella.GUI

Class capella.GUI.ButtonImage extends Component implements Serializable

Serialized Fields

theImage

Image theImage
image shown when the button is up

theShadowedImage

Image theShadowedImage
image shown whe the button is down

borderSize

int borderSize
size of the border

isUp

boolean isUp
is the button up or down ?

borderColor

Color borderColor
color of the border

actionCommand

String actionCommand
string to be tested for the action triggered

Class capella.GUI.Calculator extends Panel implements Serializable

Class capella.GUI.LabelImage extends Component implements Serializable

Serialized Fields

theImage

Image theImage

alignment

int alignment

Package fr.upd.jby

Class fr.upd.jby.Speedometer extends JComponent implements Serializable

Serialized Fields

model

BoundedRangeModel model

Class fr.upd.jby.SpeedometerModel extends DefaultBoundedRangeModel implements Serializable