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