388389390391392393394395396397398
} dlg.setVisible(true); final String strValue = dlg.getValue(); dlg.setVisible(false); dlg.destroy(); if (strValue == null) return; // action cancelled by user // ------