View Single Post
Old Oct 31st, 2005, 8:41 AM   #2
Dizzutch
Professional Programmer
 
Dizzutch's Avatar
 
Join Date: Dec 2004
Location: Worcester, MA
Posts: 441
Rep Power: 4 Dizzutch is on a distinguished road
Send a message via ICQ to Dizzutch Send a message via AIM to Dizzutch Send a message via MSN to Dizzutch Send a message via Yahoo to Dizzutch
I'm assuming you're talking about AWT or Swing.
You'll need to setup a button listener for the sumbit button, and when that button is clicked you can use passwordTextbox.getText(); to get the text out of the box. Check the Java API, there's a bunch of tutorials on this. http://java.sun.com/j2se/1.5.0/docs/api/ here ya go.
__________________
naked pictures of you | PFO F@H stats
Dizzutch is offline   Reply With Quote