Class ReplAgGUI

java.lang.Object
All Implemented Interfaces:
ToDOM, java.io.Serializable

public class ReplAgGUI
extends ReplAg
See Also:
Serialized Form
  • Field Details

    • command

      javax.swing.JTextField command
    • output

      javax.swing.JTextArea output
    • frame

      javax.swing.JFrame frame
    • lastPos

      static int lastPos
  • Constructor Details

    • ReplAgGUI

      public ReplAgGUI()
  • Method Details

    • initAg

      public void initAg()
      Description copied from class: Agent
      Initialises the TS and other components of the agent
      Overrides:
      initAg in class ReplAg
    • initLogger

      void initLogger()
    • initGui

      void initGui()
    • clear

      public void clear()
      Overrides:
      clear in class ReplAg
    • print

      public void print​(java.lang.String s)
      Overrides:
      print in class ReplAg
    • stopAg

      public void stopAg()
      Overrides:
      stopAg in class Agent