Definition of Removetabat

JDK Doc(JAVA)
removeTabAt(int)
- Method in class javax.swing.JTabbedPane 
public void removeTabAt (int index)
Removes the tab at index. After the component associated with index is removed, its visibility is reset to true to ensure it will be visible if added to other containers.Parameters: index - the index of the tab to be removedSee Also:  addTab(java.lang.String, javax.swing.Icon, java.awt.Component, java.lang.String) , insertTab(java.lang.String, javax.swing.Icon, java.awt.Component, java.lang.String, int)

Search Dictionary:
Search Web Search Dictionary