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 10:54 pm

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

Re: Any Java programmers out there?

Tue Oct 30, 2007 12:44 am

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