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.
我们如何JTabbedPane通过单击菜单栏中的菜单项来显示?
JTabbedPane
查看setSelectedIndex()并查看setSelectedComponent()javadocs。您通常可以在文档中找到与这些类似的方法。
setSelectedIndex()
setSelectedComponent()
JTabbedPane#setSelectedComponent