java-dev
[Prev] Thread [Next] | [Prev] Date [Next]
JTableHeader client properties Ken Orr Mon Jun 22 07:01:20 2009
I'd like to reuse the JTableHeader client properties in Mac Widgets for Java -- that is, I'd like to use the same key/value pairs, but just render the header differently. The problem is that when I use those exact properties (JTableHeader.selectedColumn and JTableHeader.sortDirection) the Aqua look and feel paints on top of my header renderer no matter what I do.I've set the header renderer's border to null and the table header's border to null, neither of which had any effect (I'm assuming that the header selection is painted using borders).
Here's a visual of what's happening:
For the time being, I'm just using EPJTableHeader.selectedColumn and EPJTableHeader.sortDirection, but ideally I won't have to prefix these properties at all.
-Ken
_______________________________________________ Do not post admin requests to the list. They will be ignored. Java-dev mailing list ([EMAIL PROTECTED]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/java-dev/alexiscircle%40gmail.com This email sent to [EMAIL PROTECTED]
- JTableHeader client properties Ken Orr <=