6 COMMENTS

  1. that’s good but what if you have many record how do you prevent many pop error messages such that it search first then denies access or accepts

  2. I AM GETING error in my program as Exception in thread “main” java.lang.Error: Unresolved compilation problem:

    at poornesh.Loginform.main(Loginform.java:37)

  3. Some of the comments in the NewUser.java file are missing the // at the beginning.
    These are 73, 75 and 168.
    There are also problems with one too many } brackets.
    The fact that the file is only properly indented on some of the lines makes it difficult to identify where the brackets should be.
    I commented out the right bracket on line 108 //} on the assumption that you do want the following code to occur on actionPerformed and not leave it totally empty.

    Due to a missing serialVersionUID I added this on line 23
    private static final long serialVersionUID = 1L;

LEAVE A REPLY

Please enter your comment!
Please enter your name here