com.mytrendtimer.guitrendtimer
Class GUIRun

java.lang.Object
  extended by com.mytrendtimer.guitrendtimer.GUIRun

public class GUIRun
extends java.lang.Object

This contain the main method to run the GUI to launch MyTrendTimer report. It's the starting point.

Version:
v0.91.22
Author:
FRM

Field Summary
static java.lang.String CHANGELOG_FILE
          The change log file.
static java.lang.String DEFAULT_INSTR_ID
          The default instrument ID to be displayed in the textField
static java.lang.String GUI_PROPERTIES_FILE
          The properties file for the GUI.
static java.lang.String LOG_FILE
          The log file.
static java.lang.String PROG_NAME_AND_VERSION
          The program name and version.
 
Constructor Summary
GUIRun()
           
 
Method Summary
static java.awt.Image getTitleIconImage()
          Returns an Image for the title icon or null.
static void main(java.lang.String[] args)
          Show the GUI and the console
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHANGELOG_FILE

public static final java.lang.String CHANGELOG_FILE
The change log file. Used to track recent changes and what should be published.

See Also:
Constant Field Values

DEFAULT_INSTR_ID

public static final java.lang.String DEFAULT_INSTR_ID
The default instrument ID to be displayed in the textField

See Also:
Constant Field Values

GUI_PROPERTIES_FILE

public static final java.lang.String GUI_PROPERTIES_FILE
The properties file for the GUI. Relative to $TTHOME

See Also:
Constant Field Values

LOG_FILE

public static final java.lang.String LOG_FILE
The log file. Used ONLY for the view log GUI functionality

See Also:
Constant Field Values

PROG_NAME_AND_VERSION

public static final java.lang.String PROG_NAME_AND_VERSION
The program name and version. Independant from the javadoc version.

See Also:
Constant Field Values
Constructor Detail

GUIRun

public GUIRun()
Method Detail

getTitleIconImage

public static java.awt.Image getTitleIconImage()
Returns an Image for the title icon or null.


main

public static void main(java.lang.String[] args)
Show the GUI and the console