GUI Programming using Java
Jan Newmarch jan@newmarch.name
Last modified: 23 December, 1995.
These slides are Copyright Jan Newmarch, 1995.
This tutorial discusses using the AWT (Abstract Window Toolkit) of Java
to perform platform-independant 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.