JscrollPane Cast在Windows上不起作用

时间:2018-06-25 15:45:18

标签: windows macos jscrollpane

JScrollPane aux = (JScrollPane) tabbedPane.getComponent(3);

JPanel jPanel = (JPanel) aux.getViewport().getView();

这行代码在Mac OS中工作正常,但是在Windows中我遇到了一个例外,即tabbedpane无法转换为JScrollPane

我如何使其在Windows中工作?

0 个答案:

没有答案