toxTree.apps
Class AbstractApplication
java.lang.Object
toxTree.apps.AbstractApplication
- Direct Known Subclasses:
- CompoundMethodApplication
public abstract class AbstractApplication
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cmdArgs
protected static java.lang.String[] cmdArgs
logger
protected static TTLogger logger
dataModule
protected DataModule dataModule
mainFrame
protected javax.swing.JFrame mainFrame
AbstractApplication
public AbstractApplication(java.lang.String title)
setEditorFactory
public void setEditorFactory()
exit
protected void exit()
initLookAndFeel
protected static void initLookAndFeel()
createAndShowGUI
protected static void createAndShowGUI()
- initLookAndFeel();
JFrame.setDefaultLookAndFeelDecorated(true);
new ToxTreeApp();
Create the GUI and show it. For thread safety, this method should be
invoked from the event-dispatching thread.
createDataModule
protected abstract DataModule createDataModule()
getIcon
protected abstract javax.swing.ImageIcon getIcon()
main
public static void main(java.lang.String[] args)
- Parameters:
args
-
centerScreen
protected void centerScreen()
createMenuBar
protected javax.swing.JMenuBar createMenuBar()
Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.