random fixes heading towards rev 9

This commit is contained in:
benfry
2001-09-28 21:20:44 +00:00
parent 9c41ec940a
commit 68f63fdfac
4 changed files with 53 additions and 95 deletions

View File

@@ -753,6 +753,11 @@ public class PdeEditor extends Panel implements PdeEnvironment {
// unless there's a method in AppletContext
if (frame != null) frame.toFront();
try {
//System.out.println("my parent is " + getParent());
((PdeApplication)getParent()).frame.toFront();
} catch (Exception e) { }
try {
((KjcEngine)(runner.engine)).window.toFront();
} catch (Exception e) {