Change version to 2.7.7

This commit is contained in:
huangyuhui
2017-05-20 19:10:38 +08:00
parent 532ff88ea4
commit a8bc4eb352
6 changed files with 20 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ import java.security.PrivilegedExceptionAction;
import sun.misc.Unsafe;
/**
*
* This class is for breaking the module system of Java 9.
* @author huang
*/
public class ReflectionHelper {

View File

@@ -148,6 +148,11 @@ public class Page extends TopTabPage {
Timer timer;
protected boolean animationEnabled = true;
public Page setAnimationEnabled(boolean a) {
animationEnabled = a;
return this;
}
public void animate() {
if (animationEnabled) {