Changes between Version 26 and Version 27 of mvc
- Timestamp:
- 06/14/22 09:23:50 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mvc
v26 v27 11 11 12 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. 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. Also java lacks the tools to couple a model that contains a list of values to the keys of a hashmap-model. We need these functionalities when creating compound models. 14 14 15 15 == The Model