Class ShadowPopupBorder

java.lang.Object
javax.swing.border.AbstractBorder
com.jsql.view.swing.shadow.ShadowPopupBorder
All Implemented Interfaces:
Serializable, Border

public final class ShadowPopupBorder extends AbstractBorder
A border with a drop shadow intended to be used as the outer border of popups. Can paint the screen background if used with heavy-weight popup windows.
Version:
$Revision: 1.9 $
Author:
Karsten Lentzsch
See Also:
  • Constructor Details

    • ShadowPopupBorder

      public ShadowPopupBorder()
  • Method Details