atoo Posted April 23, 2019 Share Posted April 23, 2019 7 hours ago, Jacksonpm23 said: Starting this now. Looks like the most recent guide for this I could find off google haha. If my computer ends up on fire I blame you Do you think codeacademy or something is a good place to fulfill that pre-requisite? @Explv I started doing Java with 0 knowledge, just google & osbot help. Thank you Explv & Apae hehe. PM me your discord if you need any help Quote Link to comment Share on other sites More sharing options...
Explv Posted April 23, 2019 Author Share Posted April 23, 2019 8 hours ago, Jacksonpm23 said: Starting this now. Looks like the most recent guide for this I could find off google haha. If my computer ends up on fire I blame you Do you think codeacademy or something is a good place to fulfill that pre-requisite? @Explv I learned the basics of Java quite a few years ago (from a big fat book), so I'm not really the best person to ask about current tutorials. I would have thought codeacademy is decent enough. You don't need loads of knowledge to start scripting, and you'll mainly learn from trying to build things and making mistakes. Quote Link to comment Share on other sites More sharing options...
Jacksonpm23 Posted April 23, 2019 Share Posted April 23, 2019 7 hours ago, Explv said: I learned the basics of Java quite a few years ago (from a big fat book), so I'm not really the best person to ask about current tutorials. I would have thought codeacademy is decent enough. You don't need loads of knowledge to start scripting, and you'll mainly learn from trying to build things and making mistakes. Haha I'll pick up one of those at the used book store sometime then. Thanks. I'm excited. And @atoo sure ill pm you it Quote Link to comment Share on other sites More sharing options...
t0r3 Posted April 25, 2019 Share Posted April 25, 2019 (edited) @Explv I'm new to java and making GUI's. Have som questions 1) Why do you add the JDialog mainDialog/JComboBox<> treeSelector to the main class instead of the constructor method? The main dialog is accessed in the other methods, - but the ComboBox also? no? So, why declare it in the scope of the class and not just in the constructor instead? private final JDialog mainDialog; private final JComboBox<Tree> treeSelector; 2) Also when I declare all of the JPanels, the JLabel and all the other instances to the class scope, and then reference them in the constructor, the Start button won't show up when I run with main() method ( main(String...args) )? Why is this? :I 3) When I just declare and create the instances inside the scope of the constructor, like you did with the mainPanel etc., everything works fine. Why? What is the difference, and why do you do it like this? Can you elaborate? Edited April 25, 2019 by t0r3 Quote Link to comment Share on other sites More sharing options...
juju Posted May 18, 2019 Share Posted May 18, 2019 just posting here so I can remember to read this when I get out of work, how do I mark certain threads? Quote Link to comment Share on other sites More sharing options...
RSAccountsFarm Posted September 21, 2019 Share Posted September 21, 2019 thanks alot for your time to write all this Quote Link to comment Share on other sites More sharing options...
dev027292 Posted November 24, 2019 Share Posted November 24, 2019 On 2/1/2017 at 1:09 AM, Chris said: this gave me a virus! DONT DOWNLOAD!!!! i don 't see any virus, what's the deal? Quote Link to comment Share on other sites More sharing options...
Rick Posted November 28, 2019 Share Posted November 28, 2019 On 11/24/2019 at 2:49 PM, dev027292 said: i don 't see any virus, what's the deal? its a troll lmao Quote Link to comment Share on other sites More sharing options...
dev027292 Posted November 28, 2019 Share Posted November 28, 2019 10 minutes ago, Rick said: its a troll lmao well consuming all the system resources could be flagged as a virus actually. If the bot just a null pointer exception and crashes the program. I would classify it as a virus. 1 Quote Link to comment Share on other sites More sharing options...
Nicholas99GHz Posted December 15, 2019 Share Posted December 15, 2019 Wow thanks so much for taking the time to make this guide. I ran into trouble with the GUI at the very end (the enum Tree objects were giving me trouble back in my main class). But here's how I fixed it in case anyone runs into the same issue: I deleted the enum and changed the Tree objects into Strings. Then just add the Strings individually into the JComboBox. GUI Class: Main Class: (i know this may be less efficient/elegeant/conventional... but it seemed much more beginner-friendly to me) Quote Link to comment Share on other sites More sharing options...
dutchteunes Posted May 6, 2020 Share Posted May 6, 2020 Nice guide the api is pretty nice ^^ Quote Link to comment Share on other sites More sharing options...
Supamen Posted June 9, 2020 Share Posted June 9, 2020 Gracias good sir! Quote Link to comment Share on other sites More sharing options...
erenjwz Posted July 19, 2020 Share Posted July 19, 2020 This helped me alot 1 Quote Link to comment Share on other sites More sharing options...
mitsuki Posted August 26, 2020 Share Posted August 26, 2020 I've built it in intellij, but the script isn't showing up in the script selector? Any ideas? cheers for the guide btw Quote Link to comment Share on other sites More sharing options...
Kalapeno Posted September 24, 2020 Share Posted September 24, 2020 (edited) Thanks for the guide. I wrote my first script with this! On 8/26/2020 at 9:03 AM, mitsuki said: I've built it in intellij, but the script isn't showing up in the script selector? Any ideas? cheers for the guide btw Make sure you've got the output directory filled out correctly. I know I had a couple silly mistakes because I went to fast. Edited September 27, 2020 by Kalapeno 1 Quote Link to comment Share on other sites More sharing options...