Class MrcNamedPaneAction

    • Method Detail

      • makePanel

        public JmriPanel makePanel()
        Description copied from class: JmriNamedPaneAction
        Invoked as part of the action being invoked, e.g. when button pressed or menu item selected, this runs the panel through the initial part of its life cycle and installs in the given window interface.

        If different or additional initialization is needed, inherit from this class and override this method to do it.

        Overrides:
        makePanel in class JmriNamedPaneAction