Class TLcdSimulatorStatusLabel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants

public class TLcdSimulatorStatusLabel extends JLabel
This JLabel can be used to display the status of a TLcdSimulator.
See Also:
  • Constructor Details

    • TLcdSimulatorStatusLabel

      public TLcdSimulatorStatusLabel()
      Constructs a new TLcdSimulatorStatusLabel without a TLcdSimulator to represent. The TLcdSimulator should be set with setSimulator.
    • TLcdSimulatorStatusLabel

      public TLcdSimulatorStatusLabel(TLcdSimulator newSimulator)
      Constructs a new TLcdSimulatorStatusLabel that represents newSimulator.
      Parameters:
      newSimulator - The TLcdSimulator to represent.
  • Method Details

    • getSimulator

      public TLcdSimulator getSimulator()
      Returns the TLcdSimulator of which this label displays the status.
      Returns:
      the TLcdSimulator of which this label displays the status.
      See Also:
    • setSimulator

      public void setSimulator(TLcdSimulator newSimulator)
      Set the TLcdSimulator of which this label displays the status.
      Parameters:
      newSimulator - The TLcdSimulator to be set.
      See Also: