Class ShadowPopupBorder

java.lang.Object
javax.swing.border.AbstractBorder
org.pushingpixels.lafwidget.utils.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.
See Also:
  • Constructor Details

    • ShadowPopupBorder

      public ShadowPopupBorder()
  • Method Details