sjPlot / macwidgets

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

Black corners on HUD Window. #151

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I've just noticed that there are solid black corners being drawn on the HUD
window. Not sure if this is due to recent update of JRE from Apple or from
a code change.

It certainly didn't use to happen! You can reproduce by just running
DHudWindow.java from the demo folder.

Here's what I'm using:

Latest macwidgets code from the repo
Mac OSX 10.5.8
java version "1.6.0_17"

I've attached a screenshot.

Original issue reported on code.google.com by johnatha...@gmail.com on 17 Jan 2010 at 12:45

Attachments:

GoogleCodeExporter commented 8 years ago
I can confirm this bug.

Original comment by dlemmermann@gmail.com on 20 Jan 2010 at 5:40

GoogleCodeExporter commented 8 years ago
Are you positive you're running with JRE 6? You'll get the black corners if the 
window can't be made transparent.

Original comment by kenneth....@gmail.com on 20 Jan 2010 at 5:44

GoogleCodeExporter commented 8 years ago
Absolutely. The rest of the window is transparent but the corners (outside the 
rounded window edges) 
appear solid black. 

Original comment by johnatha...@gmail.com on 20 Jan 2010 at 6:23

GoogleCodeExporter commented 8 years ago
It is fixed now. Seems like the root pane of the dialog also had to be set to 
non-opaque. I guess this must have 
changed with the official Java 6 release.

Original comment by dlemmermann@gmail.com on 7 Mar 2010 at 8:28