Got a little techonology problem that you need fixed pronto? Post it here and we'll see what we can do.
Topic locked

Java: share variables between classes

Mon Oct 29, 2007 9:54 pm

Im wondering how to share variables between classes, any ideas? Post or AIM me

Re: Any Java programmers out there?

Mon Oct 29, 2007 11:44 pm

Make an accessor method - returning the variable you're interested in.
Topic locked