View Single Post
  #2 (permalink)  
Old 11-07-2007, 05:11 PM
ShoeNinja's Avatar
ShoeNinja ShoeNinja is offline
Senior Member
 
Join Date: Oct 2007
Posts: 123
ShoeNinja is on a distinguished road
Send a message via AIM to ShoeNinja
The instance variables have to be declared as static. So your carName String would have to be:

Code:
public static String carName;
Reply With Quote