log.error(e);
}
globalContext = new SpringGuiContext();
profileManager = globalContext.getProfileManager();
configDialog = new ConfigDialog(this, globalContext);
droidContext = new DroidUIContext(jProfilesTabbedPane, profileManager);
exportFileChooser = new ExportFileChooser();
filterFileChooser = new FilterFileChooser(globalContext.getGlobalConfig().getFilterDir());
signatureInstallDialog = new SignatureInstallDialog(this);
resourceFileChooser = new ResourceSelectorDialog(this);