Constructor « JList « Java Swing Q&A





1. Extends constructors from a class    stackoverflow.com

I have a class that extends JList and I don't know how to make the JList constructors work in my class. I know that this can be made with JList constructor:

DefaultListModel ...