Is there a way to rotate the text in a power table header

I think the answer is probably no - but is there a way to rotate the power table header text using the extension functions? Can I rotate text in the table itself?

I have tried to line up a series of label components above the table to get what I want but I have never been able to make the labels stay consistently aligned over the appropriate column across different screen resolutions.

Thanks,

Michael

Darn near anything can be done with custom renderers for data. Should be possible for the header, too, but you’ll have to dig around in the Swing JTable API.

Phil,

Thanks for the suggestion. I will spend some time looking at the API but at first glance it might be a tough one to crack.

Michael

Michael,

Were you ever able to figure this out?

Dylan