nigelht / macwidgets

Collection of Mac style widgets written in Java (by Ken Orr)
http://nigelht.github.io/macwidgets
3 stars 0 forks source link

HUD fullback for pre Java6 update 10 on windows by changing the background colour. #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Testing on Java 5 the corners of the HUD mess up.

Is it possible if you can pick up on older Java versions and colour the 
background.

I have done some testing, a colour about (114, 114, 114, 255) would make the 
top look ok and for the bottom about (55, 55, 55, 255).

Original issue reported on code.google.com by zam...@gmail.com on 24 Nov 2009 at 6:05

GoogleCodeExporter commented 9 years ago
Fixed. Also added fix for sun bug 6318144. You can download the latest 
developer build here:

http://www.macwidgetsforjava.com/downloads/latest/mac_widgets.jar

Original comment by kenneth....@gmail.com on 2 Dec 2009 at 6:30

GoogleCodeExporter commented 9 years ago
Thanks. But I noticed you just did black. I think it looks a lot better if you 
use the 
same colour as the edges. 

Original comment by zam...@gmail.com on 3 Dec 2009 at 12:12

GoogleCodeExporter commented 9 years ago
I did black because it doesn't require any custom logic on my part and it looks 
reasonably good -- I simply set 
the background color of the JRootPane. I prefer not to add work-around logic 
unless absolutely necessary.

Original comment by kenneth....@gmail.com on 3 Dec 2009 at 1:10

GoogleCodeExporter commented 9 years ago
Ok fair enough. I'll be adding it to my program.

Original comment by zam...@gmail.com on 3 Dec 2009 at 10:46