public class App
extends java.lang.Object
Constructor and Description |
---|
App() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Here we have the all-important entry point into our application.
|
static void |
run()
Runs our app, mane!
|
public static void run()
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- Command-line arguments.java.lang.Exception
- Either we are unable to read in track model file,
or the main event loop was interrupted.