GUI: improved game logs, added mouse cursor and hover style over active card names like browsers

This commit is contained in:
Oleg Agafonov 2023-11-29 03:10:53 +04:00
parent 9c6fc4187f
commit b695f8906c
10 changed files with 93 additions and 19 deletions

View file

@ -93,7 +93,6 @@ public class PlayersChatPanel extends javax.swing.JPanel {
jScrollPanePlayers.getViewport().setBackground(new Color(0, 0, 0, CHAT_ALPHA));
jScrollPanePlayers.setViewportBorder(null);
}
}
public ChatPanelBasic getUserChatPanel() {