GUIBuilder for G4P has NullPointerExceptions when running
in
Contributed Library Questions
•
1 month ago
I created a GUI using the GUIBuilder tool [
http://lagers.org.uk/g4ptool/index.html], however, when running the GUI I get warnings saying the event hadler's can't be found. And then when I click a button, or select a checkbox, a Null Pointer Exception occurs.
The output of which looks is:
- java.lang.NullPointerException
- at processing.mode.java.runner.Runner.findException(Runner.java:947)
- at processing.mode.java.runner.Runner.reportException(Runner.java:892)
- at processing.mode.java.runner.Runner.exceptionEvent(Runner.java:818)
- at processing.mode.java.runner.Runner$2.run(Runner.java:707)
Is there anything that I've done to cause this, or is there an error in the library?
Thanks.
1