Class LogPanel

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

public class LogPanel extends JPanel implements LogListener
A JPanel that contains a label to show the last message displayed. It also has a button to show the Console.
See Also:
  • Method Details

    • setHelpLocation

      public void setHelpLocation(HelpLocation helpLocation)
      Set the help location for the components in the LogPanel.
      Parameters:
      helpLocation - help location for this LogPanel
    • messageLogged

      public void messageLogged(String message, boolean isError)
      Description copied from interface: LogListener
      Called when a log message is received.
      Specified by:
      messageLogged in interface LogListener
      Parameters:
      message - the message of the log event
      isError - true if the message is considered an error, as opposed to an informational message.