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:
benfry
2001-09-28 22:18:24 +00:00
parent 6cf86efa55
commit 53fd5a064b
3 changed files with 39 additions and 12 deletions

View File

@@ -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[]) {