SoapUITheme theme = new SoapUITheme();
PlasticXPLookAndFeel.setCurrentTheme( theme );
PlasticXPLookAndFeel.setTabStyle( "Metal" );
UIManager.setLookAndFeel( new PlasticXPLookAndFeel() );
UIManager.put( "TabbedPane.tabAreaInsets", new Insets( 3, 2, 0, 0 ) );
UIManager.put( "TabbedPane.unselectedBackground", new Color( 220, 220, 220 ) );
UIManager.put( "TabbedPane.selected", new Color( 240, 240, 240 ) );
PlasticXPLookAndFeel.setPlasticTheme( theme );