Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. M

    Question Passing UI variables via the controller to other classes.

    I have my UI built and I am trying to figure out how to pass variables from UI via the controller to other classes. (Ex. I am trying to get a food string from a TextField and use it in my withdrawItems class). My initial approach was to set a global String food; variable in the controller then...
Top