AnimationUtils

Package: docking.util
Type: class

11.2_PUBLIC

modifiedmethod: createPaintingAnimator
param 1 renamed: window → component
- static org.jdesktop.animation.timing.Animator createPaintingAnimator(java.awt.Component window, docking.util.AnimationPainter painter)
+ static org.jdesktop.animation.timing.Animator createPaintingAnimator(java.awt.Component component, docking.util.AnimationPainter painter)

9.1_PUBLIC

addedmethod: showTheDragonOverComponent
static org.jdesktop.animation.timing.Animator showTheDragonOverComponent(java.awt.Component component)
modifiedmethod: getGlassPane
param 1 renamed: component → c
- static ghidra.util.bean.GGlassPane getGlassPane(java.awt.Component component)
+ static ghidra.util.bean.GGlassPane getGlassPane(java.awt.Component c)

9.0.1_PUBLIC

introducedInitial version