random fixes and making windows build script

This commit is contained in:
benfry
2002-07-28 00:38:07 +00:00
parent ff327cd64c
commit 77b3dc2c25
7 changed files with 88 additions and 46 deletions

View File

@@ -660,9 +660,13 @@ public class KjcEngine extends PdeEngine {
window.add(applet);
// @#$((* java 1.3
// removed because didn't seem to be needed anymore
// also, was causing offset troubles
/*
window.addMouseListener(applet);
window.addMouseMotionListener(applet);
window.addKeyListener(applet);
*/
Dimension screen =
Toolkit.getDefaultToolkit().getScreenSize();