Constructor and Description |
---|
LogsPane()
Creates the text area, sets it as non-editable and sets an observer to intercept logs.
|
Modifier and Type | Method and Description |
---|---|
JScrollPane |
get()
Returns the JScrollPane object.
|
void |
update(Observable o,
Object log)
Updates the content of the text area.
|
public LogsPane()
public JScrollPane get()
public void update(Observable o, Object log)
This method will be called by an observable element.
SMTPLogsObservable
object, the text area will display the received log.ClearAllButton
object, the text area will be cleared.Copyright © 2015. All rights reserved.