1. /*
  2. * @(#)SeparatorUI.java 1.11 03/12/19
  3. *
  4. * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. package javax.swing.plaf;
  8. /**
  9. * Pluggable look and feel interface for JSeparator.
  10. *
  11. * @version 1.11 12/19/03
  12. * @author Georges Saab
  13. * @author David Karlton
  14. */
  15. public abstract class SeparatorUI extends ComponentUI {
  16. }