Hello guys i want to show a data in my combobox when i click on an item ion my jtable
i tried this but it doesn't work. i would apprecite it if any one can help thanx
String add5 = rs.getString("Id_branch");
branch_combo.setSelectedItem(add5);
String add6 = rs.getString("User_Role");
UserRole_combo.setSelectedItem(add6);