mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 22:29:18 +01:00
should work better
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user