CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2016
    Posts
    3

    password masking

    How to hide passwords when using BufferedReader class when working with IDE

  2. #2
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: password masking

    Can you use the JPasswordField class?
    If you are reading from the console, look at the Console class. It has some methods for reading passwords.
    Last edited by Norm; January 28th, 2016 at 12:53 PM.
    Norm

  3. #3
    Join Date
    Jan 2016
    Posts
    3

    Re: password masking

    Quote Originally Posted by Norm View Post
    Can you use the JPasswordField class?
    If you are reading from the console, look at the Console class. It has some methods for reading passwords.
    Actually i do not want use console class.Because it does not work with netBeans IDE.I try to make it work with IDE.
    And yes i cannot use JPAsswordField,cause it is not a gui app

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured