Searched refs:AnimationController (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DAnimationController.java70 class AnimationController implements ActionListener, PropertyChangeListener { class in inherits:ActionListener,PropertyChangeListener
87 private static synchronized AnimationController getAnimationController() {
91 obj = new AnimationController();
94 return (AnimationController) obj;
97 private AnimationController() { method in class:AnimationController
115 AnimationController controller =
116 AnimationController.getAnimationController();
242 AnimationController controller = getAnimationController();
318 synchronized (AnimationController.class) {
H A DXPStyle.java589 AnimationController.paintSkin((JComponent) component, this,

Completed in 6072 milliseconds