Relates :
|
To reproduce this, run the attached test program using a recent version of openjfx (e.g., 13.0.1 or 14-ea) with JDK 13 or later on macOS. It should render a Swing JLabel at the top of the window, a Swing Button in the middle, and an FX Button at the bottom. Only the FX button shows up. This works correctly using the same version of FX, but running it with JDK 12, so it is a regression in the JDK introduced in JDK 13. The test program attached to JDK-8193103 also reproduces the bug
|