com.jgoodies.looks.common
Class ShadowPopup
java.lang.Object
javax.swing.Popup
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShadowPopup
public ShadowPopup()
canSnapshot
public static boolean canSnapshot()
hide
public void hide()
-
show
public void show()
-
Copyright © 2001-2005 JGoodies Karsten Lentzsch. All Rights Reserved.