FileDocCategorySizeDatePackage
SeparatorUI.javaAPI DocJava SE 5 API403Fri Aug 26 14:58:02 BST 2005javax.swing.plaf

SeparatorUI.java

/*
 * @(#)SeparatorUI.java	1.11 03/12/19
 *
 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */

package javax.swing.plaf;

/**
 * Pluggable look and feel interface for JSeparator.
 *
 * @version 1.11 12/19/03
 * @author Georges Saab
 * @author David Karlton
 */

public abstract class SeparatorUI extends ComponentUI {
}