Class ScrollingTextAreaWriter

java.lang.Object
java.io.Writer
com.pixelmed.utils.ScrollingTextAreaWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class ScrollingTextAreaWriter extends Writer

A class to write log and status messages to a PrintStream such as System.err.

  • Field Details

    • loggerTextArea

      protected JTextArea loggerTextArea
  • Constructor Details

    • ScrollingTextAreaWriter

      public ScrollingTextAreaWriter(JFrame content, int width, int height)
  • Method Details