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.
我在 Java Swing 中寻找一个与 .NET 中类似的控件。
也考虑一下,这里Outline讨论一下。
Outline
与您正在寻找的东西一起Swing使用。JTreeJCheckBox
Swing
JTree
JCheckBox
与JTree一起使用JTable。请参阅http://java.sun.com/products/jfc/tsc/articles/treetable1/index.html以供参考
JTable