Hello to everyone,
Actually, I have created a form where i have used Table to fill the data from user,but after submit of the form i want the table data to be set as earlier i mean blank, so that other form can be filled easily, But i am not able to do so, As i have been googling but still not able to find the solution, Hence help needed.
In the below code i am getting table data as it changes
Then i use below code to fetch the data in
String variable when "Submit" Button is pressed
In the ActionListener of JButton
But how can i reset the whole table value is my query ?