Search:

Type: Posts; User: Java Programmer

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: What's Wrong With My Code: If Statement.

    Thanks, Solved .equals
  2. [SOLVED] What's Wrong With My Code: If Statement.

    username = new JTextField(10);
    add(username);




    password = new JTextField(10);
    add( password );
Results 1 to 2 of 2