Allows getting the text from the logBuffer @return text only, no formatting
()
| 620 | * |
| 621 | */ |
| 622 | private String getText() { |
| 623 | return logPane == null ? logBuffer.toString() : logPane.getText(); |
| 624 | } |
| 625 | |
| 626 | /** |
| 627 | * Saves a log to a text file selected with a chooser. |