Java Swing Forms Catching Data

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 2:47 UTC
Read the original article Hit count: 150

Filed under:

Hi everybody, I have a form in swing with a lot of textfields receiving data, then, the idea is when a click on a botton, the app catch all the data from the textfields. Do you know a good practice for this?, or is it necessary to catch textfield by textfield to get the data?..

Thx for your time.

© Stack Overflow or respective owner

Related posts about java