* <code>Component.LEFT</code>, or <code>Component.RIGHT</code>.
*
* @param tabPlacement the placement for the tabs relative to the content
*/
public TabbedPane(int tabPlacement) {
super(new BorderLayout());
contentPane.getStyle().setBgPainter(new Painter() {
public void paint(Graphics g, Rectangle rect) {
UIManager.getInstance().getLookAndFeel().
drawTabbedPaneContentPane(TabbedPane.this, g, rect,