zmughal / treaty

Automatically exported from code.google.com/p/treaty
0 stars 0 forks source link

Black backgrounds of Icon in Contract Visualization View on Mac #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using Treaty Eclipse on Mac the Icons in the Contract Visualization View
get a black background although the background should be transparent.

Probably this problem is caused by the transformation from
org.eclipse.swt.graphics.Images into javax.swing.ImageIcon.ImageIcons in
the ContractVizView.getIcon(Resource) method.

Probably the problem could be solved by altering the IconProviders
returning URLs instead of Image objects for their Icons.

Original issue reported on code.google.com by claaswi...@googlemail.com on 3 Dec 2009 at 9:58

GoogleCodeExporter commented 9 years ago
Bug is fixed in SVN.

Original comment by claaswi...@googlemail.com on 10 Dec 2009 at 8:29