All Downloads are FREE. Search and download functionalities are using the official Maven repository.

freeseawind.lf.basic.togglebutton.LuckCheckBoxUI Maven / Gradle / Ivy

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