Files
JIMRI/jython/JynstrumentMainFrame.py
T
2026-06-17 14:00:51 +02:00

16 lines
407 B
Python

#
# Add Launchers kind of jynstruments to the JMRI application main window.
#
# This script is intended to be run at JMRI startup (setting in Preferences)
#
import jmri
import apps.Apps as Apps
import jmri.util.JmriJFrame as JmriJFrame
Apps.ynstrument("jython/Jynstruments/Launchers/Throttles.jyn")
Apps.ynstrument("jython/Jynstruments/Launchers/DecoderPro.jyn")
#JmriJFrame.getFrame("PanelPro").pack()