Skip to content

Instantly share code, notes, and snippets.

@jewelsea
jewelsea / FruitComboApplication.java
Last active February 10, 2023 14:02
JavaFX fxml combo box selection demonstration app
package fruit;
import java.io.IOException;
import java.net.URL;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Scene;
import javafx.scene.image.Image;
import javafx.scene.layout.AnchorPane;
import javafx.stage.Stage;