Serialized Form
bView
RTButtonView bView
gView
RTGraphicView gView
nView
RTNumericView nView
base
javax.swing.JLabel base
- Displays the model's base value.
baseDown
javax.swing.JButton baseDown
- Decrements base by 1.
baseUp
javax.swing.JButton baseUp
- Increments base by 1.
f
java.text.DecimalFormat f
- The formatter for displaying numeric output.
height
javax.swing.JLabel height
- Displays the model's height value.
heightDown
javax.swing.JButton heightDown
- Decrements height by 1.
heightUp
javax.swing.JButton heightUp
- Increments height by 1.
hypo
javax.swing.JLabel hypo
- Displays the model's hypotenuse value.
model
RTModel model
- The right triangle model.
model
RTModel model
- The right triangle model.
scale
double scale
- How much should the triangle be scaled?
selected
boolean selected
- Did the user select the triangle to resize it?
base
javax.swing.JTextField base
- The base value field.
f
java.text.DecimalFormat f
- The formatter for displaying numeric output.
height
javax.swing.JTextField height
- The height value field.
hypo
javax.swing.JLabel hypo
- The hypotenuse value field - cannot be edited.
model
RTModel model
- The right triangle model.