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.setSelectedIndex(tabIndex);