forked from External/mage
GUI: improved chat messages with card names and popup supports (example: [[card name]], closes #4189);
This commit is contained in:
parent
d1f9e9cc90
commit
7475ee922a
3 changed files with 64 additions and 54 deletions
|
|
@ -97,6 +97,7 @@ public class ChatPanelBasic extends javax.swing.JPanel {
|
|||
*/
|
||||
public ChatPanelBasic() {
|
||||
initComponents();
|
||||
txtConversation.enableHyperlinksAndCardPopups();
|
||||
setBackground(new Color(0, 0, 0, CHAT_ALPHA));
|
||||
changeGUISize(GUISizeHelper.chatFont);
|
||||
if (jScrollPaneTxt != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue