Review Request JDK-8187100 [JavaFX] To make display Variation Selectors(SVS/IVS) on Win(VISTA-) and MacOS(10.6-)
Nakajima Akira
nakajima.akira at nttcom.co.jp
Fri Jul 6 06:59:24 UTC 2018
Hi All.
patch: https://github.com/javafxports/openjdk-jfx/pull/126
This is separated from
http://mail.openjdk.java.net/pipermail/openjfx-dev/2018-June/022005.html
and modified to simple patch for Win(VISTA or later) and MacOS(10.6 or
later).
I checked on Windows7 and Windows10.
But I could not check on VISTA and MacOSX because of no having these OS.
Especially, I take care about MacOS code version.
I have no idea that following code is correct or not.
========================================================================
MAC_10_6_OR_LATER = MAC && versionNumberGreaterThanOrEqualTo(10.6f);
========================================================================
Regards,
Akira Nakajima
--------------------------------------
Company: NTT Comware Corporation
Name: Akira Nakajima
E-Mail: nakajima.akira at nttcom.co.jp
OLA : http://www.oracle.com/technetwork/community/oca-486395.html#n
--------------------------------------
More information about the openjfx-dev
mailing list