Skip to content

SwingUtilitiesClass

Eric Bodden edited this page Mar 15, 2015 · 1 revision
package javax.swing;
SwingUtilities.class
  static Class loadSystemClass(String className) throws ClassNotFoundException {
	return Class.forName(className, true, Thread.currentThread().
                             getContextClassLoader());
    }
Clone this wiki locally