Changes between Version 2 and Version 3 of mvc
- Timestamp:
- 06/13/22 09:55:18 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mvc
v2 v3 10 10 A view and controller can, and often are, merged into a single component. For example a slider shows the current value, but the user can also drag the slider; or a checkbox shows the current setting (on or off) while the user can simply click on it to toggle the value. 11 11 12 == Why a toolbox? 13 This toolbox is to help users develop an MVC based GUI. The tools built into Java lack some functionality: while Java provides a ListModel and a TableModel, it lacks other models such as a StringModel.