/* * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.java.swing.plaf.windows; import javax.swing.plaf.basic.*; /** * Windows Separator. * <p> * */ public class WindowsSeparatorUI extends BasicSeparatorUI { }