[Openjdk] [Bug 1721852] [NEW] JavaFX support is in upstream OpenJDK 9 but missing in Ubuntu OpenJDK 9

2017-10-06 Thread John Neffenger
Public bug reported: OpenJDK 9 in Ubuntu 17.10 is missing the JavaFX support found in the upstream release. In the command output below, the file "HelloWorld.jar" is the simple "Hello World" JavaFX application created automatically by NetBeans when you create a new JavaFX Application project. Ups

[Openjdk] [Bug 1722410] Re: java9: -version output seems wrong: "9-Ubuntu"

2017-10-09 Thread John Neffenger
For details on the new version strings, please see this JDK Enhancement Proposal that was included in OpenJDK 9: JEP 223: New Version-String Scheme http://openjdk.java.net/jeps/223 -- You received this bug notification because you are a member of OpenJDK, which is subscribed to openjdk-9 in Ubun

[Openjdk] [Bug 1721852] Re: JavaFX support is in upstream OpenJDK 9 but missing in Ubuntu OpenJDK 9

2017-10-09 Thread John Neffenger
The OpenJFX source tree is separate from the OpenJDK sources, but its modules are included as input into the OpenJDK build process. For the OpenJFX source tree, see here: Getting the Sources https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX#BuildingOpenJFX-GettingtheSources Packaging

[Openjdk] [Bug 1721852] Re: JavaFX support is in upstream OpenJDK 9 but missing in Ubuntu OpenJDK 9

2017-10-10 Thread John Neffenger
It seems there are still some dependencies being worked out for the build process. See: Cannot build JavaFX modules with boot JDK that does not already include them https://bugs.openjdk.java.net/browse/JDK-8189111 The workaround mentioned on the OpenJFX mailing list (openjfx- d...@openjdk.java.ne

[Openjdk] [Bug 1721852] Re: JavaFX support is in upstream OpenJDK 9 but missing in Ubuntu OpenJDK 9

2017-10-19 Thread John Neffenger
I misunderstood what I originally downloaded from the JDK 9 General- Availability Release page (http://jdk.java.net/9/). When Java 9 was first released, that page had a link to the Oracle JDK, not to the OpenJDK. Now that Oracle has released a 9.0.1 update, the OpenJDK is different from the JDK fro

[Openjdk] [Bug 1721852] Re: JavaFX support is in Oracle JDK 9 but missing in Ubuntu OpenJDK 9

2018-02-09 Thread John Neffenger
** Summary changed: - JavaFX support is in upstream OpenJDK 9 but missing in Ubuntu OpenJDK 9 + JavaFX support is in Oracle JDK 9 but missing in Ubuntu OpenJDK 9 -- You received this bug notification because you are a member of OpenJDK, which is subscribed to openjdk-9 in Ubuntu. https://bugs.la

[Openjdk] [Bug 1721852] Re: JavaFX support is in Oracle JDK 9 but missing in Ubuntu OpenJDK 9

2018-03-29 Thread John Neffenger
It seems that OpenJFX should continue to be packaged separately, just like any other Java library. JavaFX was included in Oracle JDK 8 but will be removed in JDK 11, the next long-term support (LTS) release of the JDK. See the following pages for updates on the status of JavaFX in the Oracle JDK:

[Openjdk] [Bug 1815119] [NEW] Backport critical JDK-8212071 font fix to OpenJDK 11

2019-02-07 Thread John Neffenger
Public bug reported: This is a request to backport the simple two-line fix for Java Bug JDK-8212071 to OpenJDK 11. Doing so will correct a very visible font error that has persisted in the OpenJDK since its beginning. The bug is best described on the page below. Scroll down to the first set of Fon

[Openjdk] [Bug 1815119] Re: Backport JDK-8212071 font fix to OpenJDK 11

2020-03-21 Thread John Neffenger
2020-01-15: OpenJDK 11.0.6 is available on Ubuntu 18.04 LTS with the fix. 2020-01-17: OpenJDK 8 Update 242 is available on Ubuntu 16.04 LTS and Ubuntu 18.04 LTS with the fix. ** Changed in: openjdk-lts (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification

[Openjdk] [Bug 1721852] Re: JavaFX support is in Oracle JDK 9 but missing in Ubuntu OpenJDK 9

2020-09-23 Thread John Neffenger
I think this bug that I opened is invalid for both openjdk-9 and openjfx. Sorry for not closing it sooner. Ubuntu has a separate package for JavaFX, currently at version 11, the Long Term Support release. The most recent release is version 15, available on September 8, 2020. OpenJFX follows the sa

[Openjdk] [Bug 358316] Re: Draw order causes panels to be obscured on Window resize

2009-04-09 Thread John Neffenger
As requested by TJ, I'll look into creating a small applet with source code that can recreate the problem. -- Draw order causes panels to be obscured on Window resize https://bugs.launchpad.net/bugs/358316 You received this bug notification because you are a member of OpenJDK, which is subscribed

[Openjdk] [Bug 358316] Re: Draw order causes panels to be obscured on Window resize

2009-04-16 Thread John Neffenger
Adding the TextArea to a containing Panel seems to cause the problem. A sample applet that recreates the issue is attached below as MyApplet.java. ** Attachment added: "MyApplet.java" http://launchpadlibrarian.net/25563631/MyApplet.java -- Draw order causes panels to be obscured on Window re