Exemplo n.º 1
0
 /**
  * Sets the item's text.
  *
  * @param text the new text
  */
 public void setText(String text) {
   header.setText(text);
 }