|
|
|
|
There are many cases in GUI-based applications where you want to accomplish the same function in more than one way. For example, it is common to allow the user to select a piece of functionality by:
In other word, we wish to separate the form (how we expect the user to specify a function) from the actual implementation of that function. For this reason, it is desirable in most non-trivial GUI programs to separate the GUI-specific interactions from the code that implements the action requested.
|
|
This page was last modified on 02 October, 2007 |