 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
deep Guest
|
Posted: Fri May 18, 2007 2:13 pm Post subject: How to add two components on a Jtable header? |
|
|
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 |
|
| Back to top |
|
 |
hiwa Guest
|
Posted: Sat May 19, 2007 1:54 pm Post subject: Re: How to add two components on a Jtable header? |
|
|
On May 18, 6:13 pm, deep <deep.shin...@gmail.com> wrote:
| Quote: | 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. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|