Example #1
0
 private void setErrorText(String newErrorText) {
   errorText = newErrorText; // inform listeners
   fireErrorMessageChanged();
 }