gluonhq / scenebuilder

Scene Builder is a visual, drag 'n' drop, layout tool for designing JavaFX application user interfaces.
https://gluonhq.com/products/scene-builder/
Other
748 stars 220 forks source link

Preview: NoSuchElementException #787

Closed jperedadnr closed 1 month ago

jperedadnr commented 1 month ago

Open Scene Builder with template "Basic Application", select Show Preview in Window, the following exception is thrown:

SEVERE: An exception was thrown:
java.util.NoSuchElementException
        at java.base/java.util.ArrayList.getFirst(ArrayList.java:439)
        at com.gluonhq.scenebuilder.kit@24.0.0-SNAPSHOT/com.oracle.javafx.scenebuilder.kit.preview.PreviewWindowController$1.lambda$run$1(PreviewWindowController.java:328)
        at javafx.graphics@23.0.1/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:456)

Expected Behavior

Current Behavior

Steps to Reproduce

Your Environment

Screenshots