![JAR search and dependency download from the Maven repository](/logo.png)
freeseawind.lf.basic.list.LuckListUI 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.list;
import javax.swing.JComponent;
import javax.swing.plaf.ComponentUI;
import javax.swing.plaf.basic.BasicListUI;
/**
* ListUI实现类, LuckListUI没有作代码改动, 通过配置的方式进行扩展。
*
* A ListUI implement class.
*
* @see LuckListUIBundle
*
* @author freeseawind@github
* @version 1.0
*
*/
public class LuckListUI extends BasicListUI
{
public static ComponentUI createUI(JComponent list)
{
return new LuckListUI();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy