I would like to set up a JTable with clickable headers.  (The goal is
to implement sorting by the contents of the clicked-upon header's
column.)

Is there a way to do this?

I tried the naive approach of sticking a raw JButton in the header,
but this fails, not surprisingly.  Is there a way to stick a
functioning JButton (maybe within some other Swing container) in a
header field?

Thanks!

KJ

_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to