package be.nikiroo.utils.ui.compat; import javax.swing.DefaultListModel; import javax.swing.JList; /** * Compatibility layer so I can at least get rid of the warnings of using * {@link JList} without a parameter (and still staying Java 1.6 compatible). *
* This class is merely a {@link DefaultListModel} that you can parametrise also
* in Java 1.6.
*
* @author niki
*
* @param