jua1 Posted April 27, 2014 Share 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. Link to comment Share on other sites More sharing options...
Swizzbeat Posted April 27, 2014 Share Posted April 27, 2014 Swing is the library, but JFrame is what you're going to want to look at. 1 Link to comment Share on other sites More sharing options...
Isolate Posted April 27, 2014 Share 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? Link to comment Share on other sites More sharing options...
Dog_ Posted April 27, 2014 Share Posted April 27, 2014 why does everyone hate JFormD?generates super ugly code and it's better creating GUIs yourself Link to comment Share on other sites More sharing options...
Booch Posted April 27, 2014 Share 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 Link to comment Share on other sites More sharing options...