1. /*
  2. * @(#)SeparatorUI.java 1.8 00/02/02
  3. *
  4. * Copyright 1997-2000 Sun Microsystems, Inc. All Rights Reserved.
  5. *
  6. * This software is the proprietary information of Sun Microsystems, Inc.
  7. * Use is subject to license terms.
  8. *
  9. */
  10. package javax.swing.plaf;
  11. /**
  12. * Pluggable look and feel interface for JSeparator.
  13. *
  14. * @version 1.8 02/02/00
  15. * @author Georges Saab
  16. * @author David Karlton
  17. */
  18. public abstract class SeparatorUI extends ComponentUI {
  19. }