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 void
createMainFrame()
protected void
displayMainFrame(java.awt.Dimension d)
Force our test size.static java.lang.String
getMenuFile()
static java.lang.String
getToolbarFile()
void
launchFirstTimeStartupWizard()
Provide a custom first-time wizardstatic void
main(java.lang.String[] args)
static void
preInit(java.lang.String[] args)
protected void
start()
Final actions before releasing control of app to userprotected boolean
wizardLaunchCheck()
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:
wizardLaunchCheck
in classApps3
- Returns:
- true to force the wizard to be launched
-
launchFirstTimeStartupWizard
public void launchFirstTimeStartupWizard()
Provide a custom first-time wizard- Overrides:
launchFirstTimeStartupWizard
in classApps3
-
createMainFrame
protected void createMainFrame()
- Specified by:
createMainFrame
in classApps3
-
displayMainFrame
protected void displayMainFrame(java.awt.Dimension d)
Force our test size. Superclass method set to max size, filling real window.- Overrides:
displayMainFrame
in 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)
-
-