McClutchin Posted June 25, 2016 Posted June 25, 2016 Could someone possibly make short tutorial for WBP for making a GUI for a script? Thanks in advance!
Explv Posted June 25, 2016 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
McClutchin Posted June 25, 2016 Author 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.
Explv Posted June 25, 2016 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
progamerz Posted June 26, 2016 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:
McClutchin Posted June 26, 2016 Author Posted June 26, 2016 Here you go found out a good tutorial for u: Thanks!