This commit is contained in:
benfry
2004-09-20 23:06:20 +00:00
parent 7e169657df
commit b40e175387

View File

@@ -179,7 +179,6 @@ public class PApplet extends Applet
// send tab keys through to the PApplet
try {
if (jdkVersion >= 1.4) {
System.out.println("hello");
//setFocusTraversalKeysEnabled(false); // 1.4-only function
Method defocus =
Component.class.getMethod("setFocusTraversalKeysEnabled",