mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
forgot to add lots of things for the new version
This commit is contained in:
11
app/PdeEditorOutput.java
Normal file
11
app/PdeEditorOutput.java
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user