Results 1 to 2 of 2
- 09-04-2010, 04:01 PM #1
Member
- Join Date
- Oct 2009
- Posts
- 29
- Rep Power
- 0
How to make Swing JTextField look like AWT TextField?
Hi, I want to ask more here.. :D
I just realized that the JTextField and TextField appearance is different. It's same in vista windows theme. I noticed this today when I opened it in XP theme and windows classic theme.
The Password field is the TextField, it seems sunk down.
(screenshot at the attachment)
I tried to set the foreground and background to null but there's no change, also there's no set border attribute for TextField.
The reason I use TextField not JPasswordField for the password field is because I need to get the password content and send it to the server, server is the one that authenticating it not me.
I can't use JTextField because it doesn't have setEchoChar method to hide the text.
Can someone help me to make the TextField looks like JTextField?
Or does someone know other way to retrieve text from JPasswordField without using deprecated getText method?
I can only get and pass the password to char[], when I tried to pass to the string, the result is garbled.
Java Code:textpassword.getPassword().toString();
Java Code:[C@82c01f
Thanks..Last edited by LeonLanford; 09-04-2010 at 04:04 PM.
- 09-04-2010, 04:06 PM #2
Member
- Join Date
- Oct 2009
- Posts
- 29
- Rep Power
- 0
Similar Threads
-
How to make swing.Timer as a separate class
By nethz13 in forum New To JavaReplies: 9Last Post: 04-18-2010, 09:14 AM -
How to make JTextField input only allowed numbers ?
By BluXit in forum New To JavaReplies: 7Last Post: 04-10-2010, 11:31 AM -
how to make window active and textfield focused
By whwillisiv in forum New To JavaReplies: 0Last Post: 04-28-2009, 04:06 AM -
how to do display hexadecimal value in jtextfield in swing
By santhosh_el in forum AWT / SwingReplies: 4Last Post: 04-08-2009, 05:51 AM -
how to make histogram using jfreechart in swing
By saradap80 in forum IntroductionsReplies: 0Last Post: 02-10-2009, 07:25 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks