![JAR search and dependency download from the Maven repository](/logo.png)
freeseawind.lf.cfg.LuckResConfig 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.cfg;
import javax.swing.UIDefaults;
/**
* UI resource bundle interface.
*
* @author freeseawind@github
* @version 1.0
*/
public interface LuckResConfig
{
/**
* load resource when install LookAndFeel
*
* @param table
*/
public void loadResources(UIDefaults table);
/**
* remove resource when Uninstall LookAndFeel
*/
public void removeResource();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy