
com.alee.laf.button.IButtonPainter Maven / Gradle / Ivy
package com.alee.laf.button;
import javax.swing.*;
/**
* Base interface for JButton component painters.
*
* @param component type
* @param component UI type
* @author Mikle Garin
*/
public interface IButtonPainter extends IAbstractButtonPainter
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy