I am trying to filter in a database from a combobox, for example if in the combobox you choose systems in the table you should show the data of only that area, I have this code:
String lugar=String.valueOf(combo.getSelectedItem());
ResultSet c...
asked by
07.04.2018 / 21:56