199200201202203204205206207208209
Object o = getValue(); if (o instanceof Exception) { DialogUtil.error((Exception) o); } else { setVisible(false); config.save(); _fireChangeEvent(); } } }.start(); }