fix: updated to 0.7

This commit is contained in:
Brian Matzon 2003-08-13 21:03:57 +00:00
parent 874edcb3ec
commit f19ef56df9
8 changed files with 77 additions and 50 deletions

View file

@ -18,11 +18,15 @@ public class WindowCreationTest {
DisplayMode[] modes = Display.getAvailableDisplayModes();
System.out.println("Found " + modes.length + " display modes");
try {
Window.create("WindowCreationTest", 50, 50, 320, 240, 16, 0, 0, 0);
} catch (Exception e) {
e.printStackTrace();
}
System.out.println(Window.getHeight() + ", " + Window.getWidth() + ", " + Window.getTitle());
System.out.println("Display created");