changes for wheelmouse auto-detect, and incorporating video

This commit is contained in:
benfry
2003-04-29 15:52:30 +00:00
parent 4ddb6ae7a8
commit ff73b7bbad
10 changed files with 124 additions and 34 deletions

View File

@@ -773,6 +773,13 @@ public class KjcEngine extends PdeEngine {
}
}
});
/*
window.addFocusListener(new FocusAdapter() {
public void focusLost(FocusEvent e) {
System.out.println(e);
window.toFront();
}});
*/
} else {
window = new Frame(editor.sketchName); // gonna use ugly windows instead