Thread: compile error
View Single Post
  #2 (permalink)  
Old 12-12-2007, 07:25 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
Inside your Account class you need a constructor that handles two strings.

Code:
public Account(String email, String password){ /* Do something with Strings. Probably set them equal * to the email and password fields in the Account class. */ }
Reply With Quote