Extends the Swing package by adding a tree-table. A TreeTable is a combination of a Tree and a Table -- a component capable of both expanding and contracting rows, as well as showing multiple columns of data.

See Creating TreeTables: Part 2 for the article describing this feature.