The Artima Developer Community
Sponsored Link

Java Answers Forum
how to add a JPassword field in a JTable

1 reply on 1 page. Most recent reply: Jan 7, 2007 12:40 PM by Matthias Neumair

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
kavitha p

Posts: 1
Nickname: kavitha200
Registered: Jan, 2007

how to add a JPassword field in a JTable Posted: Jan 3, 2007 9:54 PM
Reply to this message Reply
Advertisement
How to add a Jpassword field in a JTable

My application requires the need for the creation of a new user.
So the new user window appears in a jtable ,having the columns as user name and password.so my doubt is how to add Jpassword field to the JTable.


Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: how to add a JPassword field in a JTable Posted: Jan 7, 2007 12:40 PM
Reply to this message Reply
A password field contains just plain text.

If you don't want the stored password to be readable, you need to crypt/decrypt it and save it as text.

Flat View: This topic has 1 reply on 1 page
Topic: how to add a JPassword field in a JTable Previous Topic   Next Topic Topic: How to save all search engine results urls in a text file

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use