mdlaf.components.button.StateButton Maven / Gradle / Ivy
package mdlaf.components.button;
/**
* @author https://github.com/vincenzopalazzo
*/
public enum StateButton {
DISABLE,
DEFAULT,
NORMAL
}
package mdlaf.components.button;
/**
* @author https://github.com/vincenzopalazzo
*/
public enum StateButton {
DISABLE,
DEFAULT,
NORMAL
}