Class CommandPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CommandPanel extends JPanel
Version:
1.7
See Also:
  • Field Details

    • commandSave

      protected String commandSave
  • Constructor Details

    • CommandPanel

      public CommandPanel()
  • Method Details

    • getCommandName

      public String getCommandName()
    • setError

      public void setError(String msg)
    • setOutput

      public void setOutput(String msg)
    • saveCommand

      public void saveCommand(String cmd)
      Record the command in history, but only if it is different to ones already there
      Parameters:
      cmd -