Hi, I'm having a (minor?) problem with the radioButton controller. Whenever I select a button, i get the set of errors below, with essentially the same set when I do the same in the unedited example code. I don't know enough to tell if this is important, or threatening the stability of my program or anything. Can anyone make some sense of this for me? Is it safe to just ignore? Everything seems to function normally, except for the alarming errors with every press. Thanks!
edit: here is how i'm handling the controller event (done in the same manner as the example code):
if(theEvent.isFrom(waypointList)) {
print("got an event from "+theEvent.getName()+"\t");
Hi, I'm trying to apply an integer InputFilter to a textField in my GUI, but my java is pretty rusty and I don't know how to implement the InputFilter class. could somebody show me how this is done? thanks.