com.alee.managers.effects
Class EffectsManager
java.lang.Object
com.alee.managers.effects.EffectsManager
public final class EffectsManager
- extends java.lang.Object
User: mgarin Date: 10.08.12 Time: 15:08
This manager provides easy-to-use effects (like "fade in" and "fade out"), applyable to any Swing component without additional efforts.
Some of methods relies on other WebLaF managers and requires that they are properly initialized (through installing WebLaF or manually
initializing them, one by one).
Method Summary |
static void |
fadeOut(javax.swing.JComponent component)
Makes any Swing component fade out using glass pane trick |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EffectsManager
public EffectsManager()
fadeOut
public static void fadeOut(javax.swing.JComponent component)
- Makes any Swing component fade out using glass pane trick
main
public static void main(java.lang.String[] args)