Acerd Posted December 21, 2015 Share Posted December 21, 2015 http://pastebin.com/BApAqs1xwhenever i try to start the script , nothing happens , gui doesnt show up and logger doesnt say that script has started in pastebin is my gui and onStart() (this happend after i rewrote some of my gui + added a checkbox) Quote Link to comment Share on other sites More sharing options...
Muffins Posted December 21, 2015 Share Posted December 21, 2015 stop scripting problem fixed 1 Quote Link to comment Share on other sites More sharing options...
BurritoBug Posted December 21, 2015 Share Posted December 21, 2015 stop scripting problem fixed rip Quote Link to comment Share on other sites More sharing options...
Whiterose Posted December 21, 2015 Share Posted December 21, 2015 What's the gui param? We need to see that. Quote Link to comment Share on other sites More sharing options...
Acerd Posted December 21, 2015 Author Share Posted December 21, 2015 private JFrame gui; Quote Link to comment Share on other sites More sharing options...
Rhodry Posted December 21, 2015 Share Posted December 21, 2015 If you change the gui1muk to the frame 2, that should replenish the ckbox to code 0173 and may end up as "AyeFletcher" 3 Quote Link to comment Share on other sites More sharing options...
Chris Posted December 21, 2015 Share Posted December 21, 2015 If you change the gui1muk to the frame 2, that should replenish the ckbox to code 0173 and may end up as "AyeFletcher" confirmed best way to go Quote Link to comment Share on other sites More sharing options...
Acerd Posted December 21, 2015 Author Share Posted December 21, 2015 If you change the gui1muk to the frame 2, that should replenish the ckbox to code 0173 and may end up as "AyeFletcher" Quote Link to comment Share on other sites More sharing options...
iJodix Posted December 21, 2015 Share Posted December 21, 2015 startBtn & chckbx; setBounds mia Quote Link to comment Share on other sites More sharing options...
Explv Posted December 24, 2015 Share Posted December 24, 2015 http://pastebin.com/BApAqs1x whenever i try to start the script , nothing happens , gui doesnt show up and logger doesnt say that script has started in pastebin is my gui and onStart() (this happend after i rewrote some of my gui + added a checkbox) Move: gui.setVisible(true); To the end of your GUI method. Quote Link to comment Share on other sites More sharing options...