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

org.webswing.ext.services.SwingClassLoaderFactoryService Maven / Gradle / Ivy

There is a newer version: 20.2.4
Show newest version
package org.webswing.ext.services;

import java.net.URL;

public interface SwingClassLoaderFactoryService {

    ClassLoader createSwingClassLoader(URL[] toArray, ClassLoader parent);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy