Python Mode support: add activateIgnoringOtherApps() to ThinkDifferent

This commit is contained in:
Ben Fry
2023-02-14 20:03:29 -05:00
parent 0b83cad90f
commit cb17589f7a
4 changed files with 28 additions and 3 deletions
@@ -151,4 +151,11 @@ public class ThinkDifferent {
e.printStackTrace();
}
}
// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
// Used by Python (Jython) Mode to bring windows to the front
static native public void activateIgnoringOtherApps();
}