Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hierarchical table column in Java

Is there any Java library that supports hierarchical column?

For example (the first three row are columns) :

------------------------------------------------
2008                                           |
------------------------------------------------
January               | February               |
------------------------------------------------
Week1 | Week2 | Week3 | Week 1 | Week2 | Week3 |
------------------------------------------------
10    | 20    | 14    | 12     | 15    | 3     |
------------------------------------------------

1 Answers

May be a JXTree from SwingLab could approach what you are looking for.

Illustration here, from the Swingx project

http://avatar21.superihost.com/images/JXTableJXTreeTable.png

like image 144
VonC Avatar answered Nov 20 '25 12:11

VonC



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!