标签: windows macos jscrollpane
JScrollPane aux = (JScrollPane) tabbedPane.getComponent(3);
JPanel jPanel = (JPanel) aux.getViewport().getView();
这行代码在Mac OS中工作正常,但是在Windows中我遇到了一个例外,即tabbedpane无法转换为JScrollPane。
tabbedpane
JScrollPane
我如何使其在Windows中工作?