1.1 --- a/src/textarea/TextAreaDemo.java Thu Jun 23 21:23:21 2011 +0200
1.2 +++ b/src/textarea/TextAreaDemo.java Fri Feb 03 06:35:38 2012 +0100
1.3 @@ -54,7 +54,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 *
1.12 @@ -94,7 +94,7 @@
1.13 gui.destroy();
1.14 theme.destroy();
1.15 } catch (Exception ex) {
1.16 - SimpleTest.showErrMsg(ex);
1.17 + TestUtils.showErrMsg(ex);
1.18 }
1.19 Display.destroy();
1.20 }