01: package net.xoetrope.swing; 02: 03: import javax.swing.JList; 04: 05: /** 06: * <p>A wrapper for the Swing List class</p> 07: * <p>Copyright (c) Xoetrope Ltd., 1998-2004<br> 08: * License: see license.txt 09: * @version 1.0 10: */ 11: public class XList extends JList { 12: public XList() { 13: } 14: }