Class ConsolePane

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

public class ConsolePane extends JScrollPane
Console-like panel for displaying tool output.
See Also:
  • Constructor Details

    • ConsolePane

      public ConsolePane()
  • Method Details

    • appendInfo

      public void appendInfo(String text)
      Appends text to this console.
      Parameters:
      text - The text to appendInfo
    • appendError

      public void appendError(String text)
    • clear

      public void clear()
      Clears the contents of this console