jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/AnimationController.java
changeset 37701 ab17d4b56946
parent 32865 f9cb6e427f9e
child 44153 43fac9627342
equal deleted inserted replaced
37700:e929eeebe9b6 37701:ab17d4b56946
     1 /*
     1 /*
     2  * Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2006, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    35 import java.awt.event.*;
    35 import java.awt.event.*;
    36 import javax.swing.*;
    36 import javax.swing.*;
    37 
    37 
    38 
    38 
    39 
    39 
    40 import sun.swing.UIClientPropertyKey;
       
    41 import com.sun.java.swing.plaf.windows.TMSchema.State;
    40 import com.sun.java.swing.plaf.windows.TMSchema.State;
    42 import static com.sun.java.swing.plaf.windows.TMSchema.State.*;
    41 import static com.sun.java.swing.plaf.windows.TMSchema.State.*;
    43 import com.sun.java.swing.plaf.windows.TMSchema.Part;
    42 import com.sun.java.swing.plaf.windows.TMSchema.Part;
    44 import com.sun.java.swing.plaf.windows.TMSchema.Prop;
    43 import com.sun.java.swing.plaf.windows.TMSchema.Prop;
    45 import com.sun.java.swing.plaf.windows.XPStyle.Skin;
    44 import com.sun.java.swing.plaf.windows.XPStyle.Skin;