Topic
A Java utility allowing novice Java programmers to employ a GUI using simple method calls (that do not use the trivial JOptionPane).
Introductory courses in Java programming typically use a "walk before you run" approach: walk with a simple console interface before running with complex GUI programming. These days, most students have never seen a console interface. They may be walking but they do it blind and in a foreign country.
This utility allows students to write "walking speed" assignments with familiar GUI dialogs.
|