mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08: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);
|
jScrollPane1.getViewport().setOpaque(false);
|
||||||
cbSortBy.setModel(new DefaultComboBoxModel(SortBy.values()));
|
cbSortBy.setModel(new DefaultComboBoxModel(SortBy.values()));
|
||||||
jTextFieldSearch.addActionListener(searchAction);
|
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() {
|
public void initListViewComponents() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue