mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
last changes for rev 9, including fixing some of the focus/who's in front issues with the full screen window frame
This commit is contained in:
@@ -11,7 +11,9 @@ public class PdeApplication extends PdeApplet
|
||||
implements ActionListener
|
||||
#endif
|
||||
{
|
||||
Frame frame;
|
||||
// made static so that toFront() can be called by
|
||||
// full screen code in editor
|
||||
static Frame frame;
|
||||
WindowAdapter windowListener;
|
||||
|
||||
static public void main(String args[]) {
|
||||
|
||||
Reference in New Issue
Block a user