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

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

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