mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
[BOK] Added 3 cards.
This commit is contained in:
parent
c43521438d
commit
ac4c7048c0
8 changed files with 377 additions and 53 deletions
|
|
@ -277,7 +277,7 @@ public class ChatPanel extends javax.swing.JPanel {
|
|||
|
||||
public void useExtendedView(VIEW_MODE extendedViewMode) {
|
||||
this.extendedViewMode = extendedViewMode;
|
||||
this.txtConversation.setExtBackgroundColor(new Color(0, 0, 0, 100));
|
||||
this.txtConversation.setExtBackgroundColor(new Color(0, 0, 0, 255)); // Alpha = 255 not transparent
|
||||
// this.txtConversation.setBackground(new Color(0, 0, 0, 0));
|
||||
// this.txtConversation.setForeground(new Color(255, 255, 255));
|
||||
this.txtConversation.setSelectionColor(Color.LIGHT_GRAY);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue