I want to to do the following but can't figure out how to do it in Java.
I retrieve information, including the primary key, from a database. Using this information, I load a comboBox. The user selects an item from the comboBox. Using that selection, I build an SQL join to retrieve additional information.
My Problem: I can't figure out how to keep track of the relationship between the items in the comboBox and the primary key.
Appreciate some help..
Thanks..