should work better

This commit is contained in:
benfry
2003-08-03 23:08:42 +00:00
parent 630baf7a8e
commit 08ed21925a
2 changed files with 14 additions and 12 deletions

View File

@@ -166,7 +166,8 @@ public class PdeBase extends Frame
public PdeBase() {
super(WINDOW_TITLE);
super(System.getProperty("sun.boot.class.path"));
//super(WINDOW_TITLE);
frame = this; // clean this up later
try {