KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > ComponentUI > Top Examples

  • com.jgoodies.looks.common.ExtBasicPopupMenuSeparatorUI
    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. @author Karsten Lentzsch @version $Revision: 1.3 $
  • com.jgoodies.looks.plastic.PlasticInternalFrameUI
    The JGoodies Plastic Look and Feel implementation of <code>InternalFrameUI</code>.<p> Uses a <code>PlasticInternalFrameTitlePane</code> that in turn uses <code>PlasticTheme</code> colors. @author Karsten Lentzsch @version $Revision: 1.2 $
Popular Tags