This is the class that runs the GlobeTrotter game. It implements the abstract class slideServer, and thus only needs to have the method setup() @author joel * Eclipse complains if you don't have this... * the setup method begins the program (a substitute main method) * It simply sets the size of the window and sets the starting slide * Saved for future use * * This method is used for application exporting (IE: not an applet) * Export method: * http://www.rednoise.org/ep5/ * *
Source code: GlobeTrotter.java SlideServer.java
Built with Processing