Class LogPanel


  • class LogPanel
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static javax.swing.JTextArea logArea  
      private static javax.swing.JTextArea miniLogArea  
      private static boolean resetFlag  
    • Constructor Summary

      Constructors 
      Constructor Description
      LogPanel()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static javax.swing.JPanel getMiniPanel()  
      (package private) static javax.swing.JPanel getPanel()  
      (package private) static java.lang.String getText()  
      (package private) static void log​(java.lang.String message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logArea

        private static javax.swing.JTextArea logArea
      • miniLogArea

        private static javax.swing.JTextArea miniLogArea
      • resetFlag

        private static boolean resetFlag
    • Constructor Detail

      • LogPanel

        LogPanel()
    • Method Detail

      • getPanel

        static javax.swing.JPanel getPanel()
      • getMiniPanel

        static javax.swing.JPanel getMiniPanel()
      • log

        static void log​(java.lang.String message)
      • getText

        static java.lang.String getText()