Class AppDriver

java.lang.Object
  extended by AppDriver

public class AppDriver
extends java.lang.Object

This app launches a basic interactive game. It uses the the event dispatching thread. This app is provided for teaching purposes.

Author:
mb

Field Summary
static java.util.logging.Logger logger
           
 
Constructor Summary
AppDriver()
           
 
Method Summary
static void initLogger(java.util.logging.Level desiredLevel)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static java.util.logging.Logger logger
Constructor Detail

AppDriver

public AppDriver()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.InterruptedException,
                        java.lang.reflect.InvocationTargetException
Parameters:
args - no command-line args are understood by this app
Throws:
java.lang.reflect.InvocationTargetException
java.lang.InterruptedException

initLogger

public static void initLogger(java.util.logging.Level desiredLevel)