JTabbedPane tabs = new JTabbedPane();
add("Center", tabs);
{ // with the mozilla L&F
JButtonBar toolbar = new JButtonBar(JButtonBar.VERTICAL);
toolbar.setUI(new BlueishButtonBarUI());
tabs.addTab("Mozilla L&F", new ButtonBarPanel(toolbar));
}
{ // with the icon packager L&F
JButtonBar toolbar = new JButtonBar(JButtonBar.VERTICAL);