com.jgoodies.looks.common

Class ExtBasicPopupMenuSeparatorUI

public final class ExtBasicPopupMenuSeparatorUI extends BasicPopupMenuSeparatorUI

Renders the separator in popup and pull-down menus. Unlike its superclass we use a setting for the insets and it uses a shared UI delegate.

Version: $Revision: 1.3 $

Author: Karsten Lentzsch

Method Summary
static ComponentUIcreateUI(JComponent b)
DimensiongetPreferredSize(JComponent c)
protected voidinstallDefaults(JSeparator s)
voidpaint(Graphics g, JComponent c)

Method Detail

createUI

public static ComponentUI createUI(JComponent b)

getPreferredSize

public Dimension getPreferredSize(JComponent c)

installDefaults

protected void installDefaults(JSeparator s)

paint

public void paint(Graphics g, JComponent c)
Copyright © 2001-2007 JGoodies Karsten Lentzsch. All Rights Reserved.