net.sf.dc.core
Class DataCrow

java.lang.Object
  extended bynet.sf.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:
0.50
Author:
Robert-Jan van der Waals

Field Summary
static MainFrame mainFrame
           
 
Constructor Summary
DataCrow()
           
 
Method Summary
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

mainFrame

public static MainFrame mainFrame
Constructor Detail

DataCrow

public DataCrow()
Method Detail

main

public static void main(java.lang.String[] args)