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.
Jtree とサブノードがあります。サブノードをクリックして Java で 1 つのウィンドウ フォームを表示したいのですが、netbeans を使用しています。
これは、ツリー選択リスナーを使用して実現できます。ツリーの使い方のチュートリアルを見てください。特に、ノード選択への応答セクションでは、基本的な選択リスナーを実装する方法について説明します。