We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc815b3 commit 1fa4700Copy full SHA for 1fa4700
src/swing/scala/swing/TabbedPane.scala
@@ -112,9 +112,6 @@ class TabbedPane extends Component with Publisher {
112
*/
113
def tabPlacement_=(b: Alignment.Value) { peer.setTabPlacement(b.id) }
114
115
- @deprecated("Use tabPlacement_=() instead.", "2.9.1")
116
- def tabPlacement(b: Alignment.Value) { peer.setTabPlacement(b.id) }
117
-
118
/**
119
* The current page selection
120
0 commit comments