mirror of
https://github.com/correl/mage.git
synced 2025-03-07 20:53:18 -10:00
Made background of top area of the cardSelector brighter to make it better readable.
This commit is contained in:
parent
5afb189315
commit
ca9b424f1a
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,11 @@ public class CardSelector extends javax.swing.JPanel implements ComponentListene
|
|||
jScrollPane1.getViewport().setOpaque(false);
|
||||
cbSortBy.setModel(new DefaultComboBoxModel(SortBy.values()));
|
||||
jTextFieldSearch.addActionListener(searchAction);
|
||||
// make the components more readable
|
||||
tbColor.setBackground(new Color(250, 250, 250, 150));
|
||||
tbColor.setOpaque(true); // false = transparent
|
||||
tbTypes.setBackground(new Color(250, 250, 250, 150));
|
||||
tbTypes.setOpaque(true); // false = transparent
|
||||
}
|
||||
|
||||
public void initListViewComponents() {
|
||||
|
|
Loading…
Add table
Reference in a new issue