return new BasicPopupMenuSeparatorUI();
return new Dimension( 0, 2 );
Dimension s = c.getSize(); g.setColor( c.getForeground() ); g.drawLine( 0, 0, s.width, 0 ); g.setColor( c.getBackground() ); g.drawLine( 0, 1, s.width, 1 );