In the discussions about https://bugs.openjdk.org/browse/JDK-8364687, it was noted that there is overlap between the javafx.base PlatformUtil class and the javafx.graphics Platform class.
Also, the javafx.base PlatformUtil class uses a property (glass.platform) that belongs to javafx.graphics.
At the very least, this class should move from javafx.base to javafx.graphics. It could also be better to merge both classes.
Also, the javafx.base PlatformUtil class uses a property (glass.platform) that belongs to javafx.graphics.
At the very least, this class should move from javafx.base to javafx.graphics. It could also be better to merge both classes.
- relates to
-
JDK-8364687 Enable headless with -Dglass.platform=headless
-
- Resolved
-