This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
hi dudes, i need some help here. i want to get some input from users in console mode (not using gui), but i dont want to echo the chars they type. anybody knows how to do that ? thanks ...
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
posted
0
Do you mean that you want to block out the letters that they type, like when you enter a password? In a console you would not get the input from System.in until they pressed enter, so you would NOT get a chance to mess with it at all. Consider a small JOptionPane using the showInputDialog and have the input go into a JPasswordField component.
"JavaRanch, where the deer and the Certified play" - David O'Meara