
Hi Eveyone,
I am developing a small application on Swing-AWT. I have used JTABLE to show data. There is "input field" and "search button " on a frame , by clicking this search button data will be retrived from DB on basis of input data provided in input field. For JTABLE is on some other frame which gets open on click of search button. this JTable also has a back button to go back for another search.
Now issue is -- when I put some input data for eg. Customer's name and click to search button data comes on JTable according to customer name. But when I click on Back button and provide some other name to get new data on JTable it shows old customer's data on JTable till the time I don't close the whole application.
Please help me to get it work properly.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.