> Hi, Carsten,
>
[quoted text clipped - 3 lines]
> When i click in The JTextField it should be possible to enter text,
> etc.
Hello Markus,
I'm afraid that you have to dispatch the events by yourself to the
desired widgets ...
I have implemented a kind of super table for our applications which
supports filtering and sorting. Filtering for a single column is done by
double clicking on the header, there is an extra field for single column
filtering as done in many email clients like evolution or kmail etc.
Sorting my multiple columns has an own toplevel started by a popup menu,
filtering using many criterias has an extra toplevel.
Bye, Carsten
Markus Mehlan - 27 Aug 2003 12:54 GMT
> Hello Markus,
>
[quoted text clipped - 9 lines]
>
> Bye, Carsten
Hello Carsten,
now i have a solution for my problem. It looks like this:
http://www.mmdev.it-pc.de/table1.jpg
I had to create my own TableHeader, a renderer and an editor for the
header cells, a renderer for the left Column and so on. It's a lot of work.
If you hav ean easier way to do this, tell it me.
Perhaps you can send me a screenshot of your "super table".
thx, Markus