![JAR search and dependency download from the Maven repository](/logo.png)
freeseawind.lf.basic.togglebutton.LuckCheckBoxUI 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.basic.togglebutton;
import javax.swing.JComponent;
import javax.swing.plaf.ComponentUI;
import javax.swing.plaf.metal.MetalCheckBoxUI;
/**
* A CheckBoxUI implement class.
*
* @author freeseawind@github
* @version 1.0
*/
public class LuckCheckBoxUI extends MetalCheckBoxUI
{
public static ComponentUI createUI(JComponent b)
{
return new LuckCheckBoxUI();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy