1.1 --- a/src/gameui/GameUIDemo2.java Sun Feb 06 17:23:04 2011 +0100
1.2 +++ b/src/gameui/GameUIDemo2.java Fri Feb 03 06:35:38 2012 +0100
1.3 @@ -41,7 +41,7 @@
1.4 import org.lwjgl.opengl.Display;
1.5 import org.lwjgl.opengl.DisplayMode;
1.6 import org.lwjgl.opengl.GL11;
1.7 -import test.SimpleTest;
1.8 +import test.TestUtils;
1.9
1.10 /**
1.11 * A simple game UI demo using DialogLayout
1.12 @@ -70,13 +70,13 @@
1.13
1.14 gui.update();
1.15 Display.update();
1.16 - SimpleTest.reduceInputLag();
1.17 + TestUtils.reduceInputLag();
1.18 }
1.19
1.20 gui.destroy();
1.21 theme.destroy();
1.22 } catch (Exception ex) {
1.23 - SimpleTest.showErrMsg(ex);
1.24 + TestUtils.showErrMsg(ex);
1.25 }
1.26 Display.destroy();
1.27 }