java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.ignition.designer.concurrency.ui.animation.FadeContainer
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FadeContainer extends JPanel
This is used to wrap the popup buttons to allow for both rollover and fade animations. In order to have a solid background with the current LaF we need to set the alpha value to 1, which prevents rollover effects from occurring for buttons. This simply sits below the component.
See Also: