Putting sql result set into JList
Posted
by 0vertone
on Stack Overflow
See other posts from Stack Overflow
or by 0vertone
Published on 2010-04-22T14:34:39Z
Indexed on
2010/04/22
14:43 UTC
Read the original article
Hit count: 145
hi there.
im working on my second year project and im nearly finished but ive 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 sendin 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 itd be easier but that didnt work. any ideas?
© Stack Overflow or respective owner