Changes between Version 26 and Version 27 of mvc


Ignore:
Timestamp:
06/14/22 09:23:50 (2 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mvc

    v26 v27  
    1111
    1212== 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.
     13This 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.
    1414
    1515== The Model