107108109110111112113114115116117
{ final DestinationConfigDialog dialog = new DestinationConfigDialog(HermesBrowser.getBrowser(), hermes.getId(), destination, config); dialog.pack(); JideSwingUtilities.centerWindow(dialog); dialog.show(); if (onOK != null) { onOK.run() ; }
102103104105106107108109110111112
} }); dialog.pack(); JideSwingUtilities.centerWindow(dialog); dialog.show(); } catch (Exception ex) { log.error(ex.getMessage(), ex);