Add an option to disable animations

This commit is contained in:
huanghongxun
2015-12-16 12:35:04 +08:00
parent 713a0171cc
commit 81443b8252
20 changed files with 156 additions and 29 deletions

View File

@@ -84,7 +84,7 @@ import org.jackhuang.hellominecraft.svrmgr.threads.MonitorThread;
import org.jackhuang.hellominecraft.svrmgr.utils.FolderOpener;
import org.jackhuang.hellominecraft.svrmgr.utils.IPGet;
import org.jackhuang.hellominecraft.svrmgr.utils.Utilities;
import org.jackhuang.hellominecraft.utils.SwingUtils;
import org.jackhuang.hellominecraft.views.SwingUtils;
import org.jackhuang.hellominecraft.version.MinecraftRemoteVersion;
import org.jackhuang.hellominecraft.lookandfeel.components.ConstomButton;
import org.jackhuang.hellominecraft.utils.Event;