Constructor and Description |
---|
LastMailPane()
Creates the text area and disables the possibility to edit it.
|
Modifier and Type | Method and Description |
---|---|
JScrollPane |
get()
Returns the JScrollPane object.
|
void |
update(Observable o,
Object data)
Updates the content of the text area.
|
public LastMailPane()
public JScrollPane get()
public void update(Observable o, Object data)
This method will be called by an observable element.
MailSaver
object, the text area will contain the content of the last received email;ClearAllButton
object, the text area will be cleared.Copyright © 2015. All rights reserved.