cz.zcu.fav.kiv.editor.controller
Class MainController

java.lang.Object
  extended by cz.zcu.fav.kiv.editor.controller.MainController

public class MainController
extends java.lang.Object

The MainController class is the main control class of the application. Controls loading of configurations files and creating of the application GUI.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova

Constructor Summary
MainController()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main class that controls loading of configurations files and creating of the application GUI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainController

public MainController()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main class that controls loading of configurations files and creating of the application GUI.

Parameters:
args - main application arguments.
Throws:
java.lang.Exception - if an fatal error occurs in the application.