Package apps.gui3.lccpro
Class LccPro
- java.lang.Object
-
- apps.AppsBase
-
- apps.gui3.Apps3
-
- apps.gui3.lccpro.LccPro
-
-
Field Summary
-
Fields inherited from class apps.AppsBase
configDeferredLoadOK, configOK, preferenceFileExists
-
-
Constructor Summary
Constructors Constructor Description LccPro(java.lang.String[] args)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateMainFrame()protected voiddisplayMainFrame(java.awt.Dimension d)Force our test size.static java.lang.StringgetMenuFile()static java.lang.StringgetToolbarFile()voidlaunchFirstTimeStartupWizard()Provide a custom first-time wizardstatic voidmain(java.lang.String[] args)static voidpreInit(java.lang.String[] args)protected voidstart()Final actions before releasing control of app to userprotected booleanwizardLaunchCheck()If we don't have the right kind of connection, launch the start up wizard.-
Methods inherited from class apps.gui3.Apps3
buttonSpace, configureProfile, createAndDisplayFrame, initMacOSXMenus, preInit, setAndLoadPreferenceFile, setButtonSpace, setFloating, splash, splash, splashDebugMsg, startupDebug
-
Methods inherited from class apps.AppsBase
getConfigFileName, handleQuit, handleRestart, installConfigurationManager, installManagers, setConfigFilename, setJmriSystemProperty
-
-
-
-
Constructor Detail
-
LccPro
public LccPro(java.lang.String[] args)
-
-
Method Detail
-
getMenuFile
public static java.lang.String getMenuFile()
-
getToolbarFile
public static java.lang.String getToolbarFile()
-
wizardLaunchCheck
protected boolean wizardLaunchCheck()
If we don't have the right kind of connection, launch the start up wizard.- Overrides:
wizardLaunchCheckin classApps3- Returns:
- true to force the wizard to be launched
-
launchFirstTimeStartupWizard
public void launchFirstTimeStartupWizard()
Provide a custom first-time wizard- Overrides:
launchFirstTimeStartupWizardin classApps3
-
createMainFrame
protected void createMainFrame()
- Specified by:
createMainFramein classApps3
-
displayMainFrame
protected void displayMainFrame(java.awt.Dimension d)
Force our test size. Superclass method set to max size, filling real window.- Overrides:
displayMainFramein classApps3- Parameters:
d- size to use (ignored in this case)
-
main
public static void main(java.lang.String[] args)
-
preInit
public static void preInit(java.lang.String[] args)
-
-