McClutchin Posted June 25, 2016 Share Posted June 25, 2016 Could someone possibly make short tutorial for WBP for making a GUI for a script? Thanks in advance! Quote Link to comment Share on other sites More sharing options...
Explv Posted June 25, 2016 Share Posted June 25, 2016 (edited) Maybe you should learn some Java Swing without WBP so you understand what it is doing first. You shouldn't really need a tutorial for a drag and drop interface. Edited June 25, 2016 by Explv 2 Quote Link to comment Share on other sites More sharing options...
McClutchin Posted June 25, 2016 Author Share Posted June 25, 2016 Maybe you should learn some Java Swing without WBP so you understand what it is doing first. You shouldn't really need a tutorial for a drag and drop interface. Sorry had no idea that asking for some help was a crime. Quote Link to comment Share on other sites More sharing options...
Explv Posted June 25, 2016 Share Posted June 25, 2016 (edited) Sorry had no idea that asking for some help was a crime.?? I am helping you. If you learn Java Swing, and understand what all the different components / layout managers and their options are, then you will be able to use any GUI builder without issue. You can already find WBP tutorials online, but I don't think that they will help as you will get stuck when it comes to integrating the GUI code with your script code.It would be more effort for someone to make you a tutorial, than it would be for you to learn Swing Edited June 25, 2016 by Explv Quote Link to comment Share on other sites More sharing options...
progamerz Posted June 26, 2016 Share Posted June 26, 2016 Could someone possibly make short tutorial for WBP for making a GUI for a script? Thanks in advance! Here you go found out a good tutorial for u: Quote Link to comment Share on other sites More sharing options...
McClutchin Posted June 26, 2016 Author Share Posted June 26, 2016 Here you go found out a good tutorial for u: Thanks! Quote Link to comment Share on other sites More sharing options...