Color bug fixes
This commit is contained in:
@@ -18,7 +18,7 @@ public interface OACComponent {
|
||||
// this.setBackground(design.getElements().get(this.getClass()).getColor());
|
||||
}
|
||||
|
||||
void setBackground(Color color);
|
||||
default void init() {}
|
||||
|
||||
default void initOther(Component comp) {
|
||||
if(comp instanceof OACComponent component)
|
||||
|
||||
Reference in New Issue
Block a user