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
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 |
mainFrame
public static MainFrame mainFrame
- Starting point of the UI
DataCrow
public DataCrow()
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;
- Logging (Messages)
- Reading of the settings (SettingsHandler)
- Database connection initialization (LoginDialog)
- Initialization of the UI (MainFrame)
- Showing the UI (MainFrame)