* Game log - Added an option to the preferences to auto save the game logs as txt files.

This commit is contained in:
LevelX2 2013-09-30 00:18:12 +02:00
parent 0e4422e5a4
commit 842c07e093
5 changed files with 275 additions and 247 deletions

View file

@ -221,6 +221,10 @@ public class ChatPanel extends javax.swing.JPanel {
}
}
public String getText() {
return txtConversation.getText();
}
public ChatPanel getConnectedChat() {
return connectedChat;
}