Class LogDialog

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

public class LogDialog extends JDialog
Custom log dialog.
See Also:
  • Field Details

    • instance

      private static LogDialog instance
    • logLabel

      private final JLabel logLabel
    • textPane

      private final JTextPane textPane
    • scrollPane

      private final JScrollPane scrollPane
    • fatalCount

      private int fatalCount
    • errorCount

      private int errorCount
    • warnCount

      private int warnCount
    • otherCount

      private int otherCount
    • exceptionCount

      private int exceptionCount
  • Constructor Details

    • LogDialog

      private LogDialog(Frame owner, JLabel logLabel)
  • Method Details