Is there a Java library that supports a hierarchical column?
For example (the first three rows are columns):
------------------------------------------------ 2008 | ------------------------------------------------ January | February | ------------------------------------------------ Week1 | Week2 | Week3 | Week 1 | Week2 | Week3 | ------------------------------------------------ 10 | 20 | 14 | 12 | 15 | 3 | ------------------------------------------------
Maybe the JXTree from SwingLab might come up with what you are looking for.
Illustration here from Swingx project
http://avatar21.superihost.com/images/JXTableJXTreeTable.png
Infragistics WebGrid for JSF :
alt text http://www.infragistics.com/uploadedImages/Products/NetAdvantage_for_JSF/Features/WebGrid/Gallery/WebGrid_Hierarchical.png
Estima Visual Java/SWING Components Library 4.0: Java http://www.eltima.com/images/screenshots/ELTable.jpg
JavaEE, [fleXive], (LGPL GPL ). , .
http://www.flexive.org/fileadmin/screenshots/flexive_cp_screenshot_04.png
. . SWT, , , . , Swing JTable.
, JTable JTree : java_sun_articles_treetable1