When I looked at the API specification default list model it stated the class uses generic. When I went to create an instance of the class, it didn't need it or permit it. How are generics integrated with DefaultListModel, and how can it be used?
Thanks :-)