renamed updateStatus to update

This commit is contained in:
Brian Matzon 2003-08-17 14:10:53 +00:00
parent 7e283db15c
commit 4f39c59b45
17 changed files with 20 additions and 20 deletions

View file

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