*** empty log message ***

This commit is contained in:
Elias Naur 2003-08-17 17:03:01 +00:00
parent f872c3b2da
commit ec2ee3e2df
14 changed files with 15 additions and 15 deletions

View file

@ -31,7 +31,7 @@ public class WindowCreationTest {
System.out.println("Display created");
while(!Window.isCloseRequested()) {
Window.update();
Window.updateState();
try {
Thread.sleep(100);
} catch (Exception e) {