Color bug fixes
This commit is contained in:
@@ -6,7 +6,12 @@ import java.awt.*;
|
||||
|
||||
public interface OACPressable extends OACComponent {
|
||||
|
||||
Color getPressColor();
|
||||
Color getPressedColor();
|
||||
void setPressedColor(Color color);
|
||||
|
||||
void setPressColor(Color color);
|
||||
Color getHoveredColor();
|
||||
void setHoveredColor(Color color);
|
||||
|
||||
Color getDisabledColor();
|
||||
void setDisabledColor(Color color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user