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のタブにjpanelを配置します。タブをクリックすると、tabbedpane、plzhlpのワークスペースにラベルとテキストフィールドを表示します。
「タブペインのワークスペース」と言うとき、あなたはJPanelを指していると思いますか?
JPanel を JTabbedPane に追加する前に、JPanel.add() を使用して JLabels と JTextfields を JPanel にアタッチする必要があります。