Returns a JTree with a sample model. The default model used by the tree defines a leaf node as any node without children. @see DefaultTreeModel#asksAllowsChildren
()
| 563 | * @see DefaultTreeModel#asksAllowsChildren |
| 564 | */ |
| 565 | public JTree() { |
| 566 | this(getDefaultTreeModel()); |
| 567 | } |
| 568 | |
| 569 | /** |
| 570 | * Returns a <code>JTree</code> with each element of the |
nothing calls this directly
no test coverage detected