Hi All,
I am trying to add two buttons in table header for different
functionalities. I want to catch pressed / unpressed event of the
buttons separately. Is it possible to have two components in table
header and they should work independently accroding to events fired on
them.
If this is possible. Please guide me or provide some sample code.
Thanks in advance.
-Deepak
hiwa - 19 May 2007 09:54 GMT
> Hi All,
>
[quoted text clipped - 8 lines]
> Thanks in advance.
> -Deepak
You could write a custom JTableHeader.
But I'm afraid it's a waste of time because you could simply add plain
JButtons in a sub-container laid out above your table.