public final class DropShadow
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static javax.swing.JComponent |
createShadowedComponent(javax.swing.JComponent c)
Take a component and add a drop shadow to it.
|
static void |
main(java.lang.String[] args) |
public static javax.swing.JComponent createShadowedComponent(javax.swing.JComponent c)
c
- The component to add a shadow topublic static void main(java.lang.String[] args)