View Single Post
  #2 (permalink)  
Old 06-03-2008, 05:24 AM
sukatoa's Avatar
sukatoa sukatoa is offline
Senior Member
 
Join Date: Jan 2008
Location: Cebu City, Philippines
Posts: 527
sukatoa is on a distinguished road
Send a message via Yahoo to sukatoa
name is not an Array or Objects nor Array of Strings....

You may review the documentation about JList if you have time.

And, to be able to dynamically changing the contents of that JList,
You may stop using arrays, instead use DefaultListModel...

that model will do the rest....
As the content of that model changes, the content of the JList also changes....
__________________
A specific, detailed, simple, well elaborated, and "tested before asking" question may gather more quick replies. hopefully
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Last edited by sukatoa : 06-03-2008 at 05:27 AM.
Reply With Quote