Hi i am new to Java and it will be a great help if someone can give me a clear solution for my question.
There are two JFrames in my project such as Client1 and Client2. In client1, there are some textfields and a button named as "NEXT". In Client2, there are another textields and a "Submit" button.
When click Submit button, all the textfield values (both from Client1 and Client2) are saved to a database table.
My question is, How to pass and keep values of textfields in Client1 to Client2 for saving them in database.