cleaning up the todo list

This commit is contained in:
benfry
2003-01-26 16:18:37 +00:00
parent 5632105b1f
commit c116a581a2
4 changed files with 323 additions and 353 deletions

View File

@@ -71,7 +71,7 @@ public class PdeEditor extends Panel {
Point appletLocation; //= new Point(0, 0);
Point presentLocation; // = new Point(0, 0);
Frame frame;
//Frame frame;
Window presentationWindow;
RunButtonWatcher watcher;
@@ -313,7 +313,7 @@ public class PdeEditor extends Panel {
#ifdef JDK13
// move editor to front in case it was hidden
frame.setState(Frame.NORMAL);
PdeBase.frame.setState(Frame.NORMAL);
#endif
}});