Buttons to JTable header...

I'm trying set the column headers in a JTable to be JButtons that can be selected to sort items in the table by that column. I've got the buttons in place with a call to setHeaderRenderer(TableCellRenderer) and calling my own renderer. But the button does nothing (i.e. won't even "click").

Ideas?

[320 byte] By [gil_e] at [2007-9-26 1:34:42]
# 1
Check this link http://www2.gol.com/users/tame/swing/examples/JTableExamples1.html
paddi_007 at 2007-6-29 2:18:10 > top of Java-index,Archived Forums,Swing...