<<< Swing Components | Index | JPanel >>> |
Swing components make use of an architecture derived from the model-view-controller design pattern:
The model class stores the data.
The view class is responsible for rendition of the data on the screen.
The controller class makes changes in both the data and the view.
<<< Swing Components | Index | JPanel >>> |