Class ChatGui

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class ChatGui extends JFrame
Basic chat user interface.
See Also:
  • Field Details

    • received

      protected JTextArea received
      The textfield with received messages.
  • Constructor Details

    • ChatGui

      public ChatGui(jadex.core.IExternalAccess access)
      Create the user interface
  • Method Details

    • addMessage

      public void addMessage(String text)
      Method to add a new text message.
      Parameters:
      text - The text.