01: package net.xoetrope.swing;
02:
03: import javax.swing.JTextPane;
04:
05: import net.xoetrope.xui.XTextHolder;
06: import net.xoetrope.xui.XAttributedComponent;
07:
08: /**
09: * <p>A wrapper for the JTextPane class</p>
10: * <p>Copyright (c) Xoetrope Ltd., 1998-2003<br>
11: * License: see license.txt
12: * @version $Revision: 1.2 $
13: */
14: public class XTextPane extends JTextPane implements XTextHolder {
15: public XTextPane() {
16: }
17: }
|