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

scala, user-interface

Solution

- xscalaawt

- scalaFX

Also see gsl-swt

Problem

I never did GUI stuff in java or scala. I experimented a little 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 the SceneBuilder. Alternatively I could just use java for GUI programming right?

Original source