public class MainController
extends java.lang.Object
MainController class is the main control class of the application. Controls
loading of configurations files and creating of the application GUI.| Constructor and Description |
|---|
MainController() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Main class that controls loading of configurations files and creating of the application GUI.
|
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - main application arguments.java.lang.Exception - if an fatal error occurs in the application.