KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > Popup > Top Examples

  • com.jgoodies.looks.common.ShadowPopup
    Does all the magic for getting popups with drop shadows. It adds the drop shadow border to the Popup, in <code>#show</code> it snapshots the screen background as needed, and in <code>#hide</code> it cleans up all changes made before. @author Andrej Golovnin @version $Revis ...
  • com.jgoodies.looks.common.ShadowPopupFactory
    The JGoodies Looks implementation of <code>PopupFactory</code>. Adds a drop shadow border to all popups except ComboBox popups. It is installed by the JGoodies Plastic L&amp;F, as well as by the JGoodies Windows L&amp;F during the Look&amp;Feel initialization, see {@link co ...
Popular Tags