VisUI 0.3.1 and 0.4.0 is now available. 0.3.1 fixes few bugs and introduces new widget called CollapsbileWidget,
here is little showcase:

0.4.0 does not add anything new, but from this version VisUI is using com.kotcrab.vis groupId (previous one was pl.kotcrab.vis)
for Maven and Gradle dependencies. Bellow you can find informations what you have to do if you are updating from
older version.
1 2 3 4 5 6 7 8 9 10 11 12 13  |  | 
Also I’ve updated web demo to show more library features, go see it now!
Update: I released 0.4.1 with fixed FileChooser padding, that bug was happening because LibGDX
scrollpane padding bug was fixed. I was settings padding manually but when they fixed it was no longer necessary and doing it
caused FileChooser to look weird.