01: /* 02: * Copyright 2006 Ethan Nicholas. All rights reserved. 03: * Use is subject to license terms. 04: */ 05: package jaxx.runtime.swing; 06: 07: import javax.swing.*; 08: 09: public class Spacer extends JComponent { 10: }