|
|
|
|
|
by bbatchelder
1505 days ago
|
|
This is pretty neat. The complexity jump from CRUD to Circles and Cells is pretty radical, though. I feel like a Master/Detail task would be a nice addition, and it could include a resizable divider so that the GUI framework's layout functionality is exercised. |
|
Note they’re explicitly encouraging the use of something like JTable/NSTableView in the cells example, the focus is on appearance/behavior customization and change propagation. And in the circles example, undo/redo is ideally provided for “free” by the environment, and with the system’s drawing frameworks & dialogs it really does make for a simple task.
If the environment lacks these basic capabilities though..