Hi all
We have to create a program that will require a lot of database interaction.
I would like to create a JList with all events where a user can select an event he would like to edit.
Is there a good way to store ID's into the list and retrieve them easily? Without having to put the ID into the displayed text and then fooling around with substring etc...
Thanks in advance
Greetings, Kenny