mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
removed dependency for apps to set their classpath in expert mode (!)
This commit is contained in:
@@ -166,8 +166,7 @@ public class PdeBase extends Frame
|
||||
|
||||
|
||||
public PdeBase() {
|
||||
super(System.getProperty("sun.boot.class.path"));
|
||||
//super(WINDOW_TITLE);
|
||||
super(WINDOW_TITLE);
|
||||
frame = this; // clean this up later
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user