|
Class Summary |
| OneFrameMain |
Places three right triangle views into the same JFrame. |
| OneFrameView |
Puts three right triangle views into the same JPanel using various layouts. |
| RTButtonView |
View and update the right triangle model with buttons that increment the base
and height by 1. |
| RTGraphicView |
Displays a right triangle as a graphic within a JComponent with a blank
border of size BORDER. |
| RTModel |
The right triangle model. |
| RTNumericView |
View and update the right triangle model with numeric fields. |
| ThreeFramesMain |
Creates three separate JFrames for three separate views of the right triangle
model. |