nrubin29
nrubin29

Reputation: 1612

Optimize Swing Program for OS X Yosemite

I just updated to the public beta of OS X Yosemite. When working with Swing, I notice that the components are not optimized. What I mean is that the buttons look like they are from Mavericks (10.9) instead of Yosemite (10.10). If you don't understand what I mean, I can provide screenshots. Is there any property I can change or is it something that Oracle needs to do?

Upvotes: 2

Views: 1214

Answers (1)

trashgod
trashgod

Reputation: 205785

Oracle now manages the UI delegates used by the Apple Look & Feel as part of OpenJDK,

com.apple.laf.AquaLookAndFeel

You can see the sources here, but you may want to wait for Oracle to incorporate them into a future build.

Upvotes: 2

Related Questions