View Single Post
(#2 (permalink))
Old
quantumkev is Offline
Private
Points: 197, Level: 2 Points: 197, Level: 2 Points: 197, Level: 2
Activity: 0% Activity: 0% Activity: 0%
quantumkev is an unknown quantity at this point
 
 
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Dec 2007
December 14th, 2007

I didn't study all of the code, but why do you declare the 3 "Console"s as static? That means their values cannot be changed, and it sound like that is what you are referring to. Try declaring them as 'public'.