API change request (RT-23413)
Daniel Fuchs
daniel.fuchs at oracle.com
Fri Jul 20 11:59:29 PDT 2012
Hi,
Whatever option you choose, I think you need to clear the imports if the
ClassLoader changes.
Otherwise you might use the class that was returned by the previous
ClassLoader, which would be
bad.
Also you probably need to specify what happens if the default class
loader is changed. Does that
affect existing FXMLLoader instances? I guess not...
"Sets the default ClassLoader" is maybe a bit too concise ;-)
best regards,
-- daniel
More information about the openjfx-dev
mailing list