TheRevelo 7 Posted April 10, 2019 Hey, so i built an GUI in WindowBuilder and now want that when i launch my script the GUI pops up. How could i do that? Thanks!
Hashtag 9079 Posted April 10, 2019 Have a look at my Scripting 101 tutorial. It has a guide how to setup gui. The tut doesn't use WindowBuilder, but you should be able to get the idea from it. https://dreambot.org/forums/index.php?/topic/8530-scripting-101/
DefCon 121 Posted April 11, 2019 @NexBot public Interface gui; Dungeon implements Area(){ } onStart() { gui = ( new JFrame("Good to see you"), client.getForumUser() , new DungeonInterface(ctx.getArea()}; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.