mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
whups
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user