


when i select an option in combo box for e.g. "city" & write city name in a text field for e.g. "Delhi" & click on button "show details", then i want a JTable to be displayed showing all the data from database having "city" as "Delhi".
later when i change option in combo box for e.g. "name" & write name in text field for e.g. "xyz" & click on button "show details", then i want the same previous(showing "city") JTable to now show all the data from database with "name" as "xyz". so the data should be updated in JTable.
can you plz help me?
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.