Java 8 updates are causing "Apps that use non-public APIs will be rejected"

2015-11-17 Thread Ondřej Kvasnovský
Hi, We are facing to an issue with latest Java updates when we try to release apps into Apple app store. I have described the issue here, with all my findings: http://ondrej-kvasnovsky.blogspot.com/2015/10/java-8-update-60-is-causing-apps-that.html In short, the issue is that we are not able to

Re: Java 8 updates are causing "Apps that use non-public APIs will be rejected"

2015-11-17 Thread Sergey Bylokhov
I think openjfx-...@openjdk.java.net (cc) is correct place to ask this question. On 16.11.15 23:10, Ondřej Kvasnovský wrote: Hi, We are facing to an issue with latest Java updates when we try to release apps into Apple app store. I have described the issue here, with all my findings:

Review request for 8143064 Icons are not properly rendered with Windows L on HiDPI display

2015-11-17 Thread Alexander Scherbatiy
Hello, Could you review the fix: bug: https://bugs.openjdk.java.net/browse/JDK-8143064 webrev: http://cr.openjdk.java.net/~alexsch/8143064/webrev.00 Icon image sizes are scaled in sun.swing.CachedPainter. Thanks, Alexandr.

Re: [OpenJDK 2D-Dev] [9] Review request for 8076545 Text size is twice bigger under Windows L on Win 8.1 with HiDPI display

2015-11-17 Thread Phil Race
That seems better. But one more question to get a point clarified. You are using getDesktopWindow() which is for the primary monitor. I assume that the 'inversion' results in the value being used to be independent of the monitor in a multi-mon situation and so when we move to a 2nd monitor that

Re: Java 8 updates are causing "Apps that use non-public APIs will be rejected"

2015-11-17 Thread Michael Hall
> On Nov 16, 2015, at 2:10 PM, Ondřej Kvasnovský > wrote: > > > > I have downloaded that jdk1.8.0_72 b05 JDK and run (downloaded from > https://jdk8.java.net/download.html ): > otool -L >

Re: design question regarding UI defaults and painting

2015-11-17 Thread Sergey Bylokhov
On 13.11.15 0:41, Alan Snyder wrote: I am curious about a design decision that was made in the implementation of textured window backgrounds in the Aqua LAF/AWT. In a nutshell, a textured window background is an optional NSWindow background style that involves gradients. Right. It is not

Review-request for 8048731: JEP 272: Platform-Specific Desktop Features

2015-11-17 Thread Alexander Zvegintsev
Hello please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/8048731/ for https://bugs.openjdk.java.net/browse/JDK-8048731 This fix provides public support Mac OS X features(com.apple.{eawt,eio}), adds support for various desktop features such as progress indication, dock overlays,