jua1 Posted April 27, 2014 Posted April 27, 2014 Does anyone know what library or application people are using to create and code GUI for scripts? i've done stuff like Sprites in c++ , however i have no idea what libraries to use for java.
Swizzbeat Posted April 27, 2014 Posted April 27, 2014 Swing is the library, but JFrame is what you're going to want to look at. 1
Isolate Posted April 27, 2014 Posted April 27, 2014 Swing is the library, but JFrame is what you're going to want to look at. why does everyone hate JFormD?
Dog_ Posted April 27, 2014 Posted April 27, 2014 why does everyone hate JFormD?generates super ugly code and it's better creating GUIs yourself
Booch Posted April 27, 2014 Posted April 27, 2014 Honestly, I've stepped away from window builders. Learn how to handcode your GUI for obvious reasons. Most builders create really ugly code that's annoying to maintain