Swing JTabbedPane忽略LookAndFeel

时间:2015-08-01 13:25:51

标签: java swing user-interface jtabbedpane

我设置了LookAndFeel:

try {
        UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
    } catch (ClassNotFoundException | InstantiationException | IllegalAccessException
        | UnsupportedLookAndFeelException e) {
        e.printStackTrace();
    }

然后我创建了一个JTabbedPane,但它仍然没有改变:

enter image description here

0 个答案:

没有答案