forked from External/mage
Possible fix for Issue 256
This commit is contained in:
parent
015ea665af
commit
a4fd5e6fb7
3 changed files with 29 additions and 1 deletions
|
|
@ -43,6 +43,7 @@ import mage.client.components.ColorPane;
|
|||
import mage.remote.Session;
|
||||
import mage.view.ChatMessage.MessageColor;
|
||||
|
||||
import javax.swing.*;
|
||||
import javax.swing.border.EmptyBorder;
|
||||
import javax.swing.table.AbstractTableModel;
|
||||
|
||||
|
|
@ -182,6 +183,10 @@ public class ChatPanel extends javax.swing.JPanel {
|
|||
this.txtMessage.setVisible(false);
|
||||
}
|
||||
|
||||
public JTextField getTxtMessageInputComponent() {
|
||||
return this.txtMessage;
|
||||
}
|
||||
|
||||
public void useExtendedView(VIEW_MODE extendedViewMode) {
|
||||
this.extendedViewMode = extendedViewMode;
|
||||
this.txtConversation.setExtBackgroundColor(new Color(0,0,0,100));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue