<Swing Dev> [10] RFR JDK-8184813:Class javax/swing/plaf/metal/MetalFontDesktopProperty is broken in JDK10
Prasanta Sadhukhan
prasanta.sadhukhan at oracle.com
Thu Jul 20 08:45:01 UTC 2017
Hi All,
This is a back-out of 6461834: Minimize WindowsLookAndFeel classes
included with Unix JDKs
fix which was done to make sure WindowsLookAndFeel classes are not built
for non-windows platform
but it seems there are some classes in shared folder which uses
com/sun/java/swing/plaf/windows/ class.
It will require moving around those classes to windows and test.
But to aid jdk10 integration, I guess it is best to back-out the earlier
fix and work on this later.
Bug: https://bugs.openjdk.java.net/browse/JDK-8184813
webrev: http://cr.openjdk.java.net/~psadhukhan/8184813/
Regards
Prasanta
More information about the swing-dev
mailing list