/*
  * @see org.argouml.ui.GUISettingsTabInterface#handleSettingsTabRefresh()
  */
 public void handleSettingsTabRefresh() {
   assert p != null;
   userFullname.setText(p.getAuthorname());
   userEmail.setText(p.getAuthoremail());
   description.setText(p.getDescription());
   description.setCaretPosition(0);
   version.setText(p.getVersion());
 }