public void setInfoLabelText(String text) {
   infoLabel.setText(text);
 }