I have never done a GUI in java or scala. I experimented a bit with C # and visual studio in the past, and there was this visual gui builder where I could just drag and drop elements.
Does something like this exist in scala?
I read something about javaFX and I saw SceneBuilder . Alternatively, could I just use java to program the GUI correctly?
source share