|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAppDriver
public class AppDriver
This app launches a basic interactive game. It uses the the event dispatching thread. This app is provided for teaching purposes.
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 |
---|
public static java.util.logging.Logger logger
Constructor Detail |
---|
public AppDriver()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.InterruptedException, java.lang.reflect.InvocationTargetException
args
- no command-line args are understood by this app
java.lang.reflect.InvocationTargetException
java.lang.InterruptedException
public static void initLogger(java.util.logging.Level desiredLevel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |