package com.mycompany.lh; import javafx.application.Application; // Import the JavaFX Application class import javafx.scene.Scene; // Import the JavaFX Scene class import javafx.scene.layout.HBox; // ...
I'm using Jsvg in my javaFX apps it works well and all but I have to convert the image so I can use it in JavaFX. I've made a helper method to do that and its quite efficient, but I think it would be ...