SDK:
- load first found control class in new Cusom Control wizard git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10144 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
e0edc1b44c
commit
6981452974
@ -99,6 +99,7 @@ public final class NewCustomControlWizardAction extends AbstractNewControlWizard
|
||||
if (clazz == null) {
|
||||
try {
|
||||
clazz = classLoader.loadClass(className);
|
||||
break;
|
||||
} catch (ClassNotFoundException ex) {
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user