![JAR search and dependency download from the Maven repository](/logo.png)
freeseawind.lf.border.LuckBorderField Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of littleluck Show documentation
Show all versions of littleluck Show documentation
Java Swing cross platform LookAndFeel
The newest version!
package freeseawind.lf.border;
import java.awt.geom.RectangularShape;
/**
* A Border field interface.
*
* @author freeseawind@github
* @version 1.0
*/
public interface LuckBorderField
{
/**
* set component is FoucusGaind.
*
* @param isFoucusGaind
*/
public void setFocusGained(boolean isFoucusGaind);
/**
* get component focus state.
*
* @return
*/
public boolean isFocusGaind();
/**
* get component border shape.
*
* @return RectangularShape
*/
public RectangularShape getBorderShape();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy