added documentation

This commit is contained in:
Akarshit Wal
2015-05-08 02:46:54 +05:30
parent 0c5cb9d19d
commit dc026598f2

View File

@@ -141,6 +141,8 @@ public class Preferences {
PApplet.useNativeSelect =
Preferences.getBoolean("chooser.files.native"); //$NON-NLS-1$
// So that the system proxy setting are used by default
// https://github.com/processing/processing/issues/2643
System.setProperty("java.net.useSystemProxies","true");
// Set http proxy for folks that require it.