rev 40, tweak to platform

This commit is contained in:
benfry
2002-08-01 15:09:01 +00:00
parent e2fa566b42
commit 71f69f776a
4 changed files with 45 additions and 36 deletions

View File

@@ -43,7 +43,7 @@ public class PdeBase implements ActionListener {
static int platform;
static final String platforms[] = {
"windows", "macos9", "macosx", "linux"
"", "windows", "macos9", "macosx", "linux"
};
@@ -121,7 +121,7 @@ public class PdeBase implements ActionListener {
} catch (Exception e) {
System.err.println("Error reading pde.properties");
e.printStackTrace();
System.exit(1);
//System.exit(1);
}
int width = getInteger("window.width", 600);
int height = getInteger("window.height", 350);