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