rjw.dc.core
Class DataCrow

java.lang.Object
  |
  +--rjw.dc.core.DataCrow

public class DataCrow
extends java.lang.Object

DataCrow is the starting point of the application. It is responsible for initializing the UI, starting the logging, initialization of the settings, initializing the database connection and starting the UI.

There are no arguments needed for calling the main method, all will be ignored. Input for the program is located in the settings file (Datacrow.properties)

Since:
1.3
Version:
DC0.50
Author:
Robert-Jan van der Waals

Field Summary
static MainFrame mainFrame
          Starting point of the UI
 
Constructor Summary
DataCrow()
           
 
Method Summary
static void main(java.lang.String[] args)
          Initializes Data Crow.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainFrame

public static MainFrame mainFrame
Starting point of the UI

Constructor Detail

DataCrow

public DataCrow()
Method Detail

main

public static void main(java.lang.String[] args)
Initializes Data Crow. No arguments are needed. If arguments are given, they will be ignored. The application is started in this sequence;