A simple way to utilize "global" variables in Java(tm) is to define a class Global with the desired variables as static members of it: public class Global { public ...
www.glenmccl.com