chriswhocodes / DemoFX

Testbed for measuring JavaFX performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't compile on Raspberry Pi due to SwingFXUtils dependency

chriswhocodes opened this issue · comments

public static void saveImage(Image image, File file) in ImageUtil.java

Use reflection to check if method available. Not currently used in any demo code. Expect this also breaks Android and iOS builds.

Fixed with bf35601