multiple column table header [message #901899] |
Tue, 14 August 2012 18:44  |
Eclipse User |
|
|
|
Hi,
how can I define a Table or TableView with a multiple column header? I found some thing for JTable
(http://www.crionics.com/public/swing_examples/JTableExamples1.html) but I think it wont work in
Eclipse.
the needed layout is:
+----------------------------------------------------------+
|Global header |
+----------------------------------------------------------+
|2nd level header A | 2nd level header B |
+----------------------------------------------------------+
|3rd level A | 3rd level B |3rd level D | 3rd level E |
+----------------------------------------------------------+
|col 1 | col2 |col 1 | col2 |col 1 | col2 |col 1 | col2 |
+----------------------------------------------------------+
| | | | | | | | |
+----------------------------------------------------------+
| | | | | | | | |
+----------------------------------------------------------+
| | | | | | | | |
+----------------------------------------------------------+
| | | | | | | | |
+----------------------------------------------------------+
| | | | | | | | |
+----------------------------------------------------------+
| | | | | | | | |
+----------------------------------------------------------+
any idea how to implement this? Any hints would be appreciated, Martin
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04363 seconds