trait LogPane
A pane widget which can be used to log text output, and which can be hooked up to capture the default console output.
A pane widget which can be used to log text output, and which can be hooked up to capture the default console output.
- Companion
- object
class Object
trait Matchable
class Any
Value members
Abstract methods
The Swing component which can be added to a Swing parent container.
The Swing component which can be added to a Swing parent container.
Makes this log pane the default text output for
Console.out
and optionally for Console.err
as well.
Makes this log pane the default text output for
Console.out
and optionally for Console.err
as well.
- Returns
the method returns the log pane itself for convenience and method concatenation