Hi there.
I'm working on my second year project and I'm nearly finished, but I've got a problem.
I have a table set up in Oracle that holds user names, recipients, and messages.
I wanted to make a contacts list for sending messages that would take the user names and put them into a swing jlist but i cant figure out how.
I thought maybe if I put the usernames into an array from the SQL it'd be easier but that didn't work. Any ideas?
Just to update, I already connected to the database.