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 ノードの配列と、対応する別のカスタム オブジェクトの配列があります。
私が欲しいもの:JTreeのノードが選択されると、対応するオブジェクト(ノード配列で選択されたノードのインデックスと同じ配列のインデックスのオブジェクト)のフィールドがJLabelsを埋めます。
どこで立ち往生していますか: TreeSelectionListener。選択したノードのインデックスを配列で取得する方法がわかりません。
それはまったく可能ですか?何か案は?