cz.psika.numerist
Class Application

java.lang.Object
  extended by cz.psika.numerist.Application
All Implemented Interfaces:
Constants

public final class Application
extends java.lang.Object
implements Constants

Numerology diagram generator.

Author:
Tomas Psika

Nested Class Summary
 
Nested classes/interfaces inherited from interface cz.psika.numerist.Constants
Constants.ItemEvents
 
Field Summary
 
Fields inherited from interface cz.psika.numerist.Constants
APPLICATION_CONFIG_FILENAME, APPNAME, AUTHORS, CONFIG_DIAGRAM_COLUMN_COLOR, CONFIG_DIAGRAM_INNER_DIAGONAL_COLOR, CONFIG_DIAGRAM_OUTER_DIAGONAL_COLOR, CONFIG_DIAGRAM_ROW_COLOR, CONFIG_FAILURE, CONFIG_MAPPING_DEFAULT, CONFIG_MAPPING_SCHEMA, CONTACT_EMAIL, DECREMENT, defaultStyleName, FILE_MODIFIED, FILE_NOT_MODIFIED, FIRST_POSITION, FULL_DIAGRAM, INCREMENT, INSERT_BEFORE, INSIDE_MAIN_PANEL, INSIDE_TOP_PANEL, LICENSE, OK, PROJECT_SUPPORT_RELATIVE_URL, PROJECT_URL, RELEASE, styleFileSuffix, stylesDirectory, THUMBNAIL, VERSION, VIEW_MODE_DUAL, VIEW_MODE_SINGLE
 
Constructor Summary
Application()
           
 
Method Summary
static void main(java.lang.String[] args)
          Application starts here.
static void quit()
          Quit application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

main

public static void main(java.lang.String[] args)
Application starts here. We set locale support on application start firstly. Then preferences are loaded and general style of characteristics inited. Every error within this code should cause aborting of application as soon as possible. We could create and display Swing interface components after successful initialization.

Parameters:
args - command line arguments

quit

public static void quit()
Quit application.