![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
You can develop an extremely fancy GUI using
Smalltalk, but when you develop an extremely fancy GUI, the
createViews
method
defined for the view manager grows complex in proportion:
createViews
method requires program fragments for each
graphical element. You must supply all such fragments.
createViews
method if
the menu has many elements, particularly if there are many submenus.
All these facts ensure that the definition of createViews
for
complex applications will be tedious and error prone.
The facts also ensure that changes will be difficult and time consuming.