Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Toevoegen frame = new Toevoegen(); frame.setVisible(true);
这为我打开了新框架,但是有没有办法显示指定的 jpanel,因为在那个 jframe 中有一个 tabbedpane,我想显示(指定的)选项卡
您可以使用:
tabbedPane.setSelectedIndex(tabIndex);