Class SampleConfigPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class SampleConfigPane extends JmriPanel
Sample config pane; all it does is show a label.

This works with the Start Up pane in Preferences to add this "Open Sample Pane" via Perform action and Add button to main window options.

Since:
4.13.4
See Also:
  • Constructor Details

  • Method Details

    • getTitle

      public String getTitle()
      Provide a recommended title for an enclosing frame.
      Overrides:
      getTitle in class JmriPanel
      Returns:
      the title; a null value will be treated as "" by the enclosing frame
    • initComponents

      public void initComponents()
      2nd stage of initialization, invoked after the constructor is complete.
      Overrides:
      initComponents in class JmriPanel
    • initContext

      public void initContext(Object context)
      3rd stage of initialization, invoked after Swing components exist.
      Overrides:
      initContext in class JmriPanel
      Parameters:
      context - the context that this panel may be initialized with
    • dispose

      public void dispose()
      Overrides:
      dispose in class JmriPanel