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.add(String title, Component component)
明らかに、サブコンポーネント自体を独自の JPanel にすることができ、そのパネルに好きなものを追加できます。