I want to add a search facility to JTextField, so that when a user enters text to the JTextField, it retrieves related values from the database. This way, if the user selects that value, it helps avoids duplication of values.
In addition, when I should enter ABCD, it retrieves related keys from the database as (ABCD EFG,ABCD SDLFH, etc....) and the user should select an appropriate one from that.