mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Python Mode support: add activateIgnoringOtherApps() to ThinkDifferent
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user