Method setTitleAt(int index, String title)
Return type: void
Member of: javax.swing.JTabbedPane
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 variableTabbedPane.setTitleAt(0, cmdDisplayName);
2 tabbedPane.setTitleAt(0, wb.getLang().getString("logon"));
3 tabbedPane.setTitleAt(0, wb.getLang().getString("address"));
4 variableTabbedPane.setTitleAt(1, globalLabel);
5 loginTabPane.setTitleAt(0, res.getString("Connection"));
6 tabbedPane.setTitleAt(panelIndex, groupController.getName());
7 ((JTabbedPane)lComponent).setTitleAt(lIndex,(String)lNewValue);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.