Quote Originally Posted by System_Error
Well, first off, mouse handler class is not public. I'm not sure it makes sense to do this first. You have a super class, a class that extends that super class and then your trying to create an instanse of that subclass that extends the super class in the super class. I think the best thing to do, would be keep it in one class. I wouldn't split up simple functionalilty like that.
huh? what do u mean?

If you were talking about that part at the end, it is a commented out section of code I was working on.