Method getTabPlacement()
Return type: int
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
this.tabPlacement = tabPane.getTabPlacement();
2
if (tp.getTabPlacement() == LEFT || tp.getTabPlacement() == RIGHT)
3
int liPlacement = ltabPane.getTabPlacement();
4
switch (tabPane.getTabPlacement()) {
5
switch (tabPane.getTabPlacement()) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.