-
Type:
Bug
-
Status: Resolved
-
Resolution: Incomplete
-
Affects Version/s: 1.6
-
Fix Version/s: None
-
Component/s: GVT
-
Labels:None
-
Environment:Operating System: other
Platform: Other
The JGVTComponent.paintComponent ignores the opacity setting and paints the
background in any case:
g2d.setComposite(AlphaComposite.SrcOver);
g2d.setPaint(getBackground());
g2d.fillRect(visRect.x, visRect.y,
visRect.width, visRect.height);
A workaround is to set the background to new Color(0x0, true)