L
loris_p
Hi. I have a JList containing several Account type items. I need to
get the selected values and pass them in a Account[] to another
function, but getSelectedValues() method returns an Object array. How
can I obtain an Account array from an Object array?
Thanks
get the selected values and pass them in a Account[] to another
function, but getSelectedValues() method returns an Object array. How
can I obtain an Account array from an Object array?
Thanks