JTabbedPane
- class javax.swing..JTabbedPane public class JTabbedPane extends JComponent implements Serializable , Accessible , SwingConstants Tree:java.lang.Object - java.awt.Component - java.awt.Container - javax.swing.JComponent - javax.swing.JTabbedPane A component which lets the user switch between a group of components by clicking on a tab with a given title and/or icon. JTabbedPane() - Constructor for class javax.swing.JTabbedPane public JTabbedPane () Creates an empty TabbedPane.See Also: addTab(java.lang.String, javax.swing.Icon, java.awt.Component, java.lang.String) JTabbedPane(int) - Constructor for class javax.swing.JTabbedPane public JTabbedPane (int tabPlacement) Creates an empty TabbedPane with the specified tab placement of either: TOP, BOTTOM, LEFT, or RIGHT.Parameters: tabPlacement - the placement for the tabs relative to the contentSee Also: addTab(java.lang.String, javax.swing.Icon, java.awt.Component, java.lang.String) | ||||
Search Dictionary:
