Re: How to add two components on a Jtable header?



On May 18, 6:13 pm, deep <deep.shin...@xxxxxxxxx> wrote:
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

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.

.