This commit is contained in:
BetaSteward 2010-04-16 03:50:37 +00:00
parent ee760de985
commit 1e292afb69
11 changed files with 69 additions and 65 deletions

View file

@ -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