} catch (Exception e) {
System.err.println("Error loading GUI: " + e.getMessage());
e.printStackTrace();
System.exit(1);
}
uif.run();
} else {
final Lite uif = new Lite(framework);
ExceptionHandler.setParentComponent(uif);
loadLitePlugins(framework, uif);
try {