Nimbus color broken in JRE7

I ran my program today in JRE7, instead of JRE6, and I noticed that the colors were wrong: My title bars were usually blue, but now they are black.

It looks like the bug is caused by the fact that “com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel” is now “javax.swing.plaf.nimbus.NimbusLookAndFeel” in Java 7 (at least, that’s my best guess about what is going on).

I was able to work around the problem with the following code:

DockUI.getDefaultDockUI().registerColors(“javax.swing.plaf.nimbus.NimbusLookAndFeel”, new Nimbus6u10());

But I think the ‘right’ way to fix this would be to modify the registerColors() function in DockUI.java.

Thanks,

------Drew

Thanks. Will be fixed in the next release.

V?i d?ch v? Vay tín ch?p , Vay tiêu dùng c?a chúng tôi t?i H? Chí Minh, quý khách có th? th?c hi?n t?t c? các k? ho?ch c?a mình th?t d? dàng. Dù là c?n vay ti?n mua nhà , vay ti?n du l?ch n??c ngoài hay vay ti?n ?i du h?c m? mang ki?n th?c.Cho b?t k? nhu c?u tiêu dùng cá nhân nào khác, chúng tôi s? t? v?ncho quý khách v? các ?? tài chính m?t cách thu?n ti?n nh?t.
Các h? s? ?? ngh? vay v?n bao g?m:
_ ?nh 3x4
_ B?n sao CMND và B?n sao gi?y t? tùy thân có hình (gi?y phép lái xe ho?c h? chi?u ho?c th? nhân viên)
_ B?n sao gi?y ch?ng nh?n c? trú (h? kh?u ho?c KT3)
_ Phi?u ?? ngh? vay
_ Hóa ??n ?i?n n??c ho?c ?i?n tho?i c? ??nh tháng g?n nh?t
_ ??i v?i tr??ng h?p h??ng l??ng: B?ng l??ng ho?c phi?u l??ng ho?c gi?y xác nh?n l??ng c?a 2 tháng g?n nh?t; B?n sao h?p ??ng lao ??ng
_ ??i v?i tr??ng h?p t? doanh: Gi?y phép kinh doanh. Trong tr??ng h?p có th? tín d?ng ho?c h?p ??ng b?o hi?m nhân th?: B?n sao h?p ??ng b?o hi?m nhân th? & hóa ??n thu phí 2 k? g?n nh?t; Photo m?t tr??c th? tín d?ng

N?u có b?t k? câu h?i nào, vui lòng liên h? v?i chúng tôi t?i website : http://vaytientieudung.com ho?c g?i ?i?n ??n 0972 635 270 (G?p Ms Ân). Thanks

Well, as far as I can see it is already fixed in the newest version (1.1.1p7). So my question would be: which version of the framework did you use? And which OS, and which JRE exactly?

Oh, I was using version 1.1.0 (Windows 7, 64-bit, JRE7u4). I will upgrade to the latest and greatest.