GUI: improved chat messages with card names and popup supports (example: [[card name]], closes #4189);

This commit is contained in:
Oleg Agafonov 2023-11-25 16:26:12 +04:00
parent d1f9e9cc90
commit 7475ee922a
3 changed files with 64 additions and 54 deletions

View file

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