Ejemplo n.º 1
0
 private void displayError(String error) {
   errorMsgLabel.setText("Error: " + error);
   errorMsgLabel.setVisible(true);
 }