GUI Programming using Java
Jan Newmarch jan@ise.canberra.edu.au
Last modified: 7 February, 1996.
These slides are Copyright Jan Newmarch, 1995, 1996.
This tutorial discusses using the AWT (Abstract Window Toolkit) of Java
to perform platform-independent GUI programming. It makes the following
assumptions:
Familiarity with C;
Exposure to OO programming;
Familiarity with a GUI library - preferably Motif.
Implementation details are based in Xt/Motif.
The intended audience is Xt/Motif programmers who want to see what Java
programming can offer, and understand its strengths and limitations.