----------------------------------------------------------
   README for Java Graphics source code examples
   ----------------------------------------------------------

This directory contains 5 Java programming examples plus 2
support classes which implement Graphics level graphics
capabilities.
These programs are designed and commented in such a way as
to aid beginning Java Graphics programmers.

These programs are set up in such a fashion as to introduce 
concepts by building on the previous program. Each program comes 
complete with a Javadoc file explaining in more detail what
has changed since the previous program, and why certain
functions are being called.

Imakefile         Imakefile for the examples.

Makefile          Makefile for the examples.

docs/             Documentation directory for the examples.

   ----------------------------------------------------------

#1: SimpleWindow  Creates a Java window.  Nothing fancy.

#2: Draw          Creates a Java component in a Frame and shows
                  low level drawing primitives.

#3: Fonts         Creates a Java component in a Frame and shows
                  font manipulation primitives.

#4: Colours       Creates a Java component in a Frame and shows
                  colour manipulation primitives.

#5: Pick          Creates a Java component in a Frame and shows
                  via the new AWT Event model how objects may be
                  "picked" via the cursor.

#4a: Bignose      A class which encapsulates the data and
                  painting of a Big nose face.

#5a: XColours     A class which encapsulates new Colour
                  manipulation methods.

   ----------------------------------------------------------
      Name                   Last modified     Size  Description

[DIR] Parent Directory 15-Apr-98 16:25 - [   ] Bignose.class 15-Apr-98 16:21 2k [   ] Bignose.java 15-Apr-98 15:17 6k [   ] Colours.class 15-Apr-98 16:21 3k [   ] Colours.java 15-Apr-98 14:39 8k [   ] Draw.class 15-Apr-98 16:21 4k [   ] Draw.java 15-Apr-98 13:16 6k [   ] Fonts.class 15-Apr-98 16:21 2k [   ] Fonts.java 15-Apr-98 12:40 5k [   ] Imakefile 15-Apr-98 14:50 1k [   ] Makefile 15-Apr-98 16:44 9k [   ] Pick.class 15-Apr-98 16:21 9k [   ] Pick.java 15-Apr-98 15:50 26k [   ] SimpleWindow.class 15-Apr-98 16:21 1k [   ] SimpleWindow.java 15-Apr-98 11:48 1k [   ] XColour.class 15-Apr-98 16:21 2k [   ] XColour.java 15-Apr-98 16:10 5k [DIR] docs/ 15-Apr-98 16:25 -