Butters Posted February 24, 2018 Share Posted February 24, 2018 Howdy ho, Was wondering what tools are you using for designing GUI's for scripts? What I already tried was: * NetBeans - very lovely, though who codes in NetBeans? Hate to migrate code from it to Eclipse * Eclipse window builder - Honestly, didn't see something so horrible on such a high scale. Tried other Eclipce plugins, but they were either horrible or added external dependencies when exported as jar (no bueno for OSBot) Didn't try InteliJ solutions though. Maybe it has a lovely inbuilt Swing designer as NetBeans? Comments, discussion and general experience using various tools is welcome. Oh, and writing everything by hand is no bueno, reason being that this is not a university (jk) and might become hell real quick when doing something complex. Quote Link to comment Share on other sites More sharing options...
Woody Posted February 24, 2018 Share Posted February 24, 2018 What's wrong with NetBeans? Copy/paste is too much work for you? 1 Quote Link to comment Share on other sites More sharing options...
Butters Posted February 24, 2018 Author Share Posted February 24, 2018 1 minute ago, Woody said: What's wrong with NetBeans? Copy/paste is too much work for you? In short - yes. Can't really say that it's the best tool in general if you need to copy/paste stuff all the time. Quote Link to comment Share on other sites More sharing options...
scriptersteve Posted February 24, 2018 Share Posted February 24, 2018 I use intellij's inbuilt builder Quote Link to comment Share on other sites More sharing options...
liverare Posted February 24, 2018 Share Posted February 24, 2018 Quote Link to comment Share on other sites More sharing options...
Woody Posted February 24, 2018 Share Posted February 24, 2018 13 minutes ago, nosepicker said: In short - yes. Can't really say that it's the best tool in general if you need to copy/paste stuff all the time. Why do you need the best tool? However, there are plenty of options, just find the one you like to work with, not the "best" one. Quote Link to comment Share on other sites More sharing options...
Explv Posted February 24, 2018 Share Posted February 24, 2018 1 hour ago, nosepicker said: Howdy ho, Was wondering what tools are you using for designing GUI's for scripts? What I already tried was: * NetBeans - very lovely, though who codes in NetBeans? Hate to migrate code from it to Eclipse * Eclipse window builder - Honestly, didn't see something so horrible on such a high scale. Tried other Eclipce plugins, but they were either horrible or added external dependencies when exported as jar (no bueno for OSBot) Didn't try InteliJ solutions though. Maybe it has a lovely inbuilt Swing designer as NetBeans? Comments, discussion and general experience using various tools is welcome. Oh, and writing everything by hand is no bueno, reason being that this is not a university (jk) and might become hell real quick when doing something complex. IntelliJ built-in GUI builder is fine. Best way to do it is writing the code yourself though. 1 Quote Link to comment Share on other sites More sharing options...
Chris Posted February 24, 2018 Share Posted February 24, 2018 JFormDesigner Quote Link to comment Share on other sites More sharing options...
Juggles Posted February 24, 2018 Share Posted February 24, 2018 Type out by hand Quote Link to comment Share on other sites More sharing options...