public class LogAreaComponent extends Object
| Constructor and Description |
|---|
LogAreaComponent() |
LogAreaComponent(int maxLinesCount) |
LogAreaComponent(JTextArea area,
int maxLinesCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(String msg) |
JComponent |
toComponent() |
public LogAreaComponent()
public LogAreaComponent(int maxLinesCount)
public LogAreaComponent(JTextArea area, int maxLinesCount)
public JComponent toComponent()
public void append(String msg)
Copyright © 2021 vpc open source initiative. All rights reserved.