Hello. I'm trying to make a JList to display the contents of an array. The array itself is not an array of strings, however, but an array of Objects.
Is it possible then, to use the same array of objects as the parameter to construct my JList (if the Objects are given a toString method)?
Thanks.