Package apps.gui3.mdi
Class MDI
- java.lang.Object
-
- apps.AppsBase
-
- apps.gui3.Apps3
-
- apps.gui3.mdi.MDI
-
public class MDI extends Apps3
The JMRI application for developing the 3rd GUI
This file is part of JMRI.JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.
JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-
Field Summary
-
Fields inherited from class apps.AppsBase
configDeferredLoadOK, configOK, preferenceFileExists
-
-
Constructor Summary
Constructors Constructor Description MDI(java.lang.String[] args)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
createMainFrame()
static void
main(java.lang.String[] args)
-
Methods inherited from class apps.gui3.Apps3
buttonSpace, configureProfile, createAndDisplayFrame, displayMainFrame, initMacOSXMenus, preInit, setAndLoadPreferenceFile, setButtonSpace, setFloating, splash, splash, splashDebugMsg, start, startupDebug
-
Methods inherited from class apps.AppsBase
getConfigFileName, handleQuit, handleRestart, installConfigurationManager, installManagers, setConfigFilename, setJmriSystemProperty
-
-
-
-
Constructor Detail
-
MDI
public MDI(java.lang.String[] args)
-
-
Method Detail
-
createMainFrame
protected void createMainFrame()
- Specified by:
createMainFrame
in classApps3
-
main
public static void main(java.lang.String[] args)
-
-