mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
remove unseen background color assignment
This commit is contained in:
@@ -11,11 +11,9 @@ public class FCheckBox extends JCheckBox {
|
|||||||
this("");
|
this("");
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @param s0   {@link java.lang.String} */
|
|
||||||
public FCheckBox(final String s0) {
|
public FCheckBox(final String s0) {
|
||||||
super(s0);
|
super(s0);
|
||||||
this.setForeground(FSkin.getColor(FSkin.Colors.CLR_TEXT));
|
this.setForeground(FSkin.getColor(FSkin.Colors.CLR_TEXT));
|
||||||
this.setBackground(FSkin.getColor(FSkin.Colors.CLR_HOVER));
|
|
||||||
this.setFont(FSkin.getFont(14));
|
this.setFont(FSkin.getFont(14));
|
||||||
this.setOpaque(false);
|
this.setOpaque(false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user