In the process of fixing Borders; added further design functionality
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package org.openautonomousconnection.oacswing.component;
|
||||
|
||||
import org.openautonomousconnection.oacswing.component.design.OACColor;
|
||||
|
||||
import java.awt.*;
|
||||
|
||||
public interface OACPressable extends OACComponent {
|
||||
|
||||
Color getPressColor();
|
||||
|
||||
void setPressColor(Color color);
|
||||
}
|
||||
Reference in New Issue
Block a user