Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 418 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 418 Bytes

DynamicTree

DynamicTree - example Dynamic JTree swing maven project. Nodes are added/removed via the TreeModel, not directly on the nodes.

Build

mvn package

Run

java -jar target/DynamicTree-0.0.1-SNAPSHOT-jar-with-dependencies.jar

Correct Behaviour

The JTree will be correctly updated when adding or removing nodes by directly calling methods on the DynamicTreePanel.