GUI programming with scala: what libraries and tools can I use?

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?

+4
source share
1 answer
+5
source

Source: https://habr.com/ru/post/1441926/


All Articles