5556575859606162636465
switch (mode) { case INPLACE: if (textField != null) { try { if (value == null) { value = new Directory(textField.getText()); } else { value.setDir(new File(textField.getText())); } } catch (Exception e) { return false;