Class WindowConsole


  • public class WindowConsole
    extends DiagnosticsCallback
    Prints whatever is given to it in a text window.
    Author:
    Sylvain Hallé
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected javax.swing.JTextArea m_textArea  
    • Constructor Summary

      Constructors 
      Constructor Description
      WindowConsole​(java.lang.String title)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void notify​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

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

      • m_textArea

        protected final javax.swing.JTextArea m_textArea
    • Constructor Detail

      • WindowConsole

        public WindowConsole​(java.lang.String title)