コード例 #1
0
 private void reloadValue() {
   String value = getInputValue();
   inputField.setText(value == null ? "" : value);
 }