![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
This two methods capture the text in each component, define two variables String name, char[] pass, and then in your actionPerformed add this: name = tfname.getText(); If you look in this direction you have examples: Replies: |
Sponsored Links
|