Forum: Java Nov 17th, 2004 |
| Replies: 3 Views: 2,269 Your Problem is Scope of variables. Please use static variable which are class variables and retain there values. If U want to use instance variables then U should be careful about the Object which... |