Search:

Type: Posts; User: JavaPF

Search: Search took 0.17 seconds.

  1. Replies
    7
    Views
    2,471

    [SOLVED] Re: Password screens

    No worries. If this thread is solved please mark it as solved.

    Please post in your other thread and we will take it from there :)
  2. Replies
    7
    Views
    2,471

    [SOLVED] Re: Password screens

    Hello again Dave!

    I missed your post saying you wanted it to be a console application. How about this?



    import java.util.Scanner;

    public class PasswordConsole {
  3. Replies
    7
    Views
    2,471

    [SOLVED] Re: Password screens

    Hello Dave,

    Here is an example of a password prompt using Java Swing

    http://javaprogrammingforums.com/images/pwdprompt.jpg



    import java.awt.*;
    import java.awt.event.*;
Results 1 to 3 of 3