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

freeseawind.lf.cfg.LuckResConfig Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
package freeseawind.lf.cfg;

import javax.swing.UIDefaults;

/**
 * UI资源初始化接口
 * @author freeseawind@github
 * @version 1.0
 */
public interface LuckResConfig
{
    public void loadResources(UIDefaults table);
    
    public void removeResource();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy