Merging Colors

Hi,

I want to merge two Colors in a JTablecell. The only way i know is to use a Graphics2D-object and use AlphaComposite-rule ... but this is quiete difficult when using a nomal TableCellRenderer.

Are there any other solutions?

regards

Message was edited by:

Olek

[301 byte] By [Oleka] at [2007-11-27 11:18:18]
# 1

Create a custom renderer and override the paintComponent() method to do your custom painting. Something like this:

http://forum.java.sun.com/thread.jspa?forumID=57&threadID=752727

camickra at 2007-7-29 14:30:07 > top of Java-index,Desktop,Core GUI APIs...