com.jgoodies.looks.common
Class ShadowPopup

java.lang.Object
  extended byjavax.swing.Popup
      extended bycom.jgoodies.looks.common.ShadowPopup

public final class ShadowPopup
extends Popup

Does all the magic for getting popups with drop shadows. It adds the drop shadow border to the Popup, in #show it snapshots the screen background as needed, and in #hide it cleans up all changes made before.

Version:
$Revision: 1.2 $
Author:
Andrej Golovnin
See Also:
ShadowPopupBorder, ShadowPopupFactory

Constructor Summary
ShadowPopup()
           
 
Method Summary
static boolean canSnapshot()
           
 void hide()
          
 void show()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShadowPopup

public ShadowPopup()
Method Detail

canSnapshot

public static boolean canSnapshot()

hide

public void hide()


show

public void show()



Copyright © 2001-2005 JGoodies Karsten Lentzsch. All Rights Reserved.