Enable hyperlinks handling only in the game log window.

This commit is contained in:
rkfg 2016-03-07 03:33:04 +03:00
parent 23e93f008a
commit f95921cc73
3 changed files with 27 additions and 10 deletions

View file

@ -1296,6 +1296,7 @@ public final class GamePanel extends javax.swing.JPanel {
gameChatPanel.setConnectedChat(userChatPanel);
gameChatPanel.disableInput();
gameChatPanel.setMinimumSize(new java.awt.Dimension(100, 48));
gameChatPanel.enableHyperlinks();
jSplitPane2 = new javax.swing.JSplitPane();
handContainer = new HandPanel();
handCards = new HashMap<>();