I have to put all elements from a DefaultListModel (in a listbox) into a List<Object>. How can I do that in Java?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
If you want to make a copy of the contents, then you can use If you want a live connection between the collections rather than a copy, use
You may want to slide |
|||
|
|
|
|||
|
|
According to ye olde API, you'll need to use the OR use what jarnbjo suggested! |
|||
|
|