We are customizing look'n feel of our application where we are using OutlineView(OpenIDE) to display results.
We have already changed our background of the Outlineview, the foreground, fonts.. by overriding the method getTableCellRendererComponent() of the DefaultOutlineCellRenderer class.
Finally, I was also trying to modify the sorting(ascending/descending) icons from table headers but now I am not even sure if its possible to do that.
Can someone confirm if its actually possible to do that. And if yes, how? :}
Thanks!