Chapter 18 Understanding Graphics about the following classes: Class sample program Color see example program in chapter 13.5 Rectangle RectTest.java Font FontTest.java Image ImageTest.java, AnimationTest.java Graphics Paint.java (see online sources: http://www.cs.waikato.ac.nz/~bernhard/209/java/sources/Chapter18/ ) -------------------------------------------------- IMPORTANT a solution to the accessing-datafile-inside-jarfile problem: have a look at ImageTest.java to see how datafiles can be found in a way that works both from the file-system as well as out of jar-file for reading from files that way use the method openStream of class URL, which returns an InputStream (wrap it into BufferedInputStream, or InputStreamReader, or ...)