Esempio n. 1
0
  /**
   * Sets the text of a given tab.
   *
   * <p>
   *
   * @param pos the index of the tab
   * @param text the new text for the tab
   */
  public void setTabText(int pos, String text) {

    m_tabPanel.setTabText(pos, text);
  }