> [13/07/1999 11:58:44:921 EDT] java.lang.NullPointerException
>         at LoginScreen.validateLogin(Compiled Code)

you have a NPE somewhere in your validateLogin code...re-compile it with
debugging turned on and you should see the exact line number that is giving
you the problem in place of the (Compiled Code) area.

-jon



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to