Posted by: hard_ September 27, 2004
Java problem-help needed
Login in to Rate this Post:     0       ?        
Abstract classes aren't supposed to be instatiated, hence your problem. Couple of options: like mallazi said, don't declare your class to be abstract. Or, make another class and extend the abstract class.
Read Full Discussion Thread for this article