Search:

Type: Posts; User: chronoz13

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,725

    [SOLVED] Re: password denied

    public class Password {

    private String[] passwords;

    public Password() {

    passwords = new String[] {"123", "ABC"};
    }

    public boolean isPasswordAuthentic(String...
  2. Replies
    3
    Views
    1,725

    [SOLVED] Re: password denied

    sir I cant figure it out why does it only checks the first password in the array...?

    so if it is , then if i enter "123", it will still return true.... :confused:
  3. Replies
    3
    Views
    1,725

    [SOLVED] password denied

    i cant figure this out please help ...

    main class that runs the password prompt

    public class PasswordField extends JFrame {

    private JPanel passwordPanel;

    private JPasswordField...
Results 1 to 3 of 3