mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 02:20:45 +01:00
finalizing 0125 with new examples, reference, and todo files
This commit is contained in:
@@ -683,6 +683,10 @@ public class Base {
|
||||
|
||||
/**
|
||||
* Implements the cross-platform headache of opening URLs
|
||||
* TODO This code should be replaced by PApplet.link(),
|
||||
* however that's not a static method (because it requires
|
||||
* an AppletContext when used as an applet), so it's mildly
|
||||
* trickier than just removing this method.
|
||||
*/
|
||||
static public void openURL(String url) {
|
||||
//System.out.println("opening url " + url);
|
||||
|
||||
Reference in New Issue
Block a user