Class LogPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class LogPanel extends JPanel
Log panel for displaying global JDK log into a JPanel. Maximum number of rows is set to 5000 by default but can be specified
See Also:
  • Constructor Details

    • LogPanel

      public LogPanel()
  • Method Details

    • setMaxRows

      public void setMaxRows(int maxRows)
    • initialize

      protected void initialize()
    • getScrollLog

      protected JScrollPane getScrollLog()
    • getTxtLog

      protected JTextArea getTxtLog()
    • getSwingHandler

      protected SwingHandler getSwingHandler()