That's what I was doing initially, trying to pass it as a parameter. I couldn't quite get that down. I know a bit of C++ and can pass values between functions that way (or at least I used to know how a few years back), but I just couldn't figure it out in
Java. Honestly, parameter passing would be ideal for me in this situation, since I'm now having issues of passing all sorts of different values, including values to/from methods in separate classes.