Java Swing automatically gather data from forms

Posted by RhigoHR on Stack Overflow See other posts from Stack Overflow or by RhigoHR
Published on 2010-05-02T02:45:34Z Indexed on 2010/05/02 3:17 UTC
Read the original article Hit count: 155

Filed under:
|

I have a form in Swing with a lot of textfields receiving data. The idea is when a button is clicked, the app gathers all the data from the textfields at once. Do you know a good practice for this? Or is it necessary to gather the data textfield by textfield?

© Stack Overflow or respective owner

Related posts about java

Related posts about swing