Review Request JDK-8187100 [JavaFX] To make display Variation Selectors(SVS/IVS) on Win(VISTA-) and MacOS(10.6-)

Kevin Rushforth kevin.rushforth at oracle.com
Tue Jul 24 11:47:52 UTC 2018


This is being tracked here:

https://bugs.openjdk.java.net/browse/JDK-8207932

As an RFE, this can be considered for openjfx12.

-- Kevin


On 7/5/2018 11:59 PM, Nakajima Akira wrote:
> 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