01: package xui.samples.carousel.components;
02:
03: import net.xoetrope.xui.*;
04: import net.xoetrope.swing.*;
05:
06: /**
07: * A very simple navigation function
08: * <p>Copyright: Xoetrope Ltd. (c) 2001-2006</p>
09: * <p>License: see license.txt</p>
10: * <p>$Revision: 1.6 $</p>
11: */
12: public class NavPage extends XPage {
13: public NavPage() {
14: }
15: }
|