Описание тега jtreetable
JTreeTable is a Java Swing component that combines tree and table capabilities in one. It is an extension of the standard Swing library. One of implementations is available from Swing Labs, some other may exist.
JTreeTable is a Java Swing component that combines tree and table capabilities in one. It is an extension of the standard library. One of implementations was available from Swing Labs, other may exist.
Source code on how to just JTreeTable on the base of the standard Swing (combining Table and JTree) can be found here.