forgot to add lots of things for the new version

This commit is contained in:
benfry
2002-04-23 12:33:36 +00:00
parent feadb01b1f
commit f6501e5846
6 changed files with 409 additions and 98 deletions

11
app/PdeEditorOutput.java Normal file
View File

@@ -0,0 +1,11 @@
import java.awt.*;
import java.io.*;
public class PdeEditorOutput extends Component {
PdeEditor editor;
public PdeEditorOutput(PdeEditor editor) {
this.editor = editor;
}
}