Search:

Type: Posts; User: HappyCamper

Search: Search took 0.10 seconds.

  1. Re: Simple Password checker into JOptionPane help!

    okay this is what i have at the moment....

    package Homework1;
    import java.awt.Component;

    import javax.swing.JOptionPane;
    //I had to use scanner in this program because I had to create objects...
  2. Re: Simple Password checker into JOptionPane help!

    alright this is what i have now....


    package Homework1;
    import java.awt.Component;
    import java.util.Scanner;

    import javax.swing.JOptionPane;
    //I had to use scanner in this program because...
  3. Re: Simple Password checker into JOptionPane help!

    I ran it and it came up as a dialog box but i also had to input my password and username into the console instead of the dialog boxes. How would i do without Scanner?
  4. Re: Simple Password checker into JOptionPane help!

    alright i did that and i think it is right! could you run it for me yourself and see if it is right?

    package Homework1;
    import java.awt.Component;
    import java.util.Scanner;

    import...
  5. Simple Password checker into JOptionPane help!

    So i have this source code...


    package Homework1;
    import java.util.Scanner;
    //I had to use scanner in this program because I had to create objects that were in the Scanner class, such as in...
Results 1 to 5 of 5