You're attempting to access instance vars in a static method. Make min_num and max_num static.

Also, you don't need to put a constructor in a static class.

Also, you should follow common practice and put public before static when declaring functions and variables.


_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to