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.
このチュートリアルを使用して、JavaFX2で独自のTreeViewを作成しました。ただし、ルートノードを非表示にします。
今の様子:
どのように見えるべきか:
ありがとう、ムキ
ルートアイテムを非表示にするには、
treeView.setShowRoot(false);