Package apps.gui3.dp3

Class DecoderPro3


  • public class DecoderPro3
    extends Apps3
    The JMRI application for developing the DecoderPro 3 GUI.

    Inserts DP3 interface elements stored in xml/config/parts/jmri/ that are also used in the web server interface.

    • Constructor Detail

      • DecoderPro3

        public DecoderPro3​(java.lang.String[] args)
    • Method Detail

      • getMenuFile

        public static java.lang.String getMenuFile()
      • displayMainFrame

        protected void displayMainFrame​(java.awt.Dimension d)
        Force our test size. Superclass method set to max size, filling real window.
        Overrides:
        displayMainFrame in class Apps3
        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)
      • start

        protected void start()
        Final actions before releasing control of app to user
        Overrides:
        start in class Apps3