forked from External/mage
latest
This commit is contained in:
parent
ee760de985
commit
1e292afb69
11 changed files with 69 additions and 65 deletions
|
|
@ -74,6 +74,11 @@ public class ChatPanel extends javax.swing.JPanel {
|
|||
txtConversation.setCaretPosition(txtConversation.getText().length() - 1);
|
||||
}
|
||||
|
||||
public void clear() {
|
||||
this.txtConversation.selectAll();
|
||||
this.txtConversation.replaceSelection("");
|
||||
}
|
||||
|
||||
/** This method is called from within the constructor to
|
||||
* initialize the form.
|
||||
* WARNING: Do NOT modify this code. The content of this method is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue