Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. Re: Simple Password checker into JOptionPane help!

    Your current approach of asking the same question until you get a correct answer is not sustainable. How many times will you write the same code? Rather, if you want to repeat a section of code, it...
  2. Re: Simple Password checker into JOptionPane help!

    The JOptionPane dialogs can also be used to collect input. Keep reading that section.
  3. Re: Simple Password checker into JOptionPane help!

    Did you run it? Was input entered in a JOptionPane dialog? Is the Scanner object still needed?
  4. Re: Simple Password checker into JOptionPane help!

    Have you reviewed writing dialogs with JOptionPane? Once you've done that, replace the console I/O with JOptionPane dialogs. Pretty simple, really.
Results 1 to 4 of 4