Standalone Java application to view any hierarchical data structures in a JTree. Keys and names to show in the tree are solely driven by SQL statements. The same applies to the additional node's data, which is shown in a separate table panel aside.
JFCX aims to elegantly improve usability (from the developer's perspective) of the JTable, JTree, and many other Swing components making it easier to develop rich customizations for GUI's.
instrument/JTree is a Java library that lets developers add extra features to the JTree Swing component. It adds features such as drag and drop, reorganisation of the tree, node name edit, undo/redo etc.