gatekeeper Posted November 24, 2015 Share Posted November 24, 2015 (edited) So I'm working on a new JFrame for my bot and im using the windowbuilder eclipse plug in . It will build the frame and compile fine in eclipse, but it breaks the bot when I try to run it (wont start) . Are there things osbot doesn't support that are in swing? Edited November 24, 2015 by gatekeeper Quote Link to comment Share on other sites More sharing options...
LoudPacks Posted November 24, 2015 Share Posted November 24, 2015 So I'm working on a new JFrame for my bot and im using the windowbuilder eclipse plug in . It will build the frame and compile fine in eclipse, but it breaks the bot when I try to run it (wont start) . Are there things osbot doesn't support that are in swing? Do it manually without the help of a builder. Everything in swing should run on OSBot. Quote Link to comment Share on other sites More sharing options...
Apaec Posted November 24, 2015 Share Posted November 24, 2015 Do it manually without the help of a builder. Everything in swing should run on OSBot. why?! Quote Link to comment Share on other sites More sharing options...
gatekeeper Posted November 24, 2015 Author Share Posted November 24, 2015 There shouldn't be anything different between doing it manually and with the plug in though, the plug in should just be adding the code in for me right? Quote Link to comment Share on other sites More sharing options...
Chris Posted November 24, 2015 Share Posted November 24, 2015 There shouldn't be anything different between doing it manually and with the plug in though, the plug in should just be adding the code in for me right? Make sure you use default fonts that eveyone has access too and also set it to 'preferred size' ~OB Quote Link to comment Share on other sites More sharing options...
Nitrousek Posted November 24, 2015 Share Posted November 24, 2015 So I'm working on a new JFrame for my bot and im using the windowbuilder eclipse plug in . It will build the frame and compile fine in eclipse, but it breaks the bot when I try to run it (wont start) . Are there things osbot doesn't support that are in swing? Check in the logger what happened. It usually logs exactly what the problem is, at least that's what happened in my case, when I set a fancy border and it broke as well. Quote Link to comment Share on other sites More sharing options...