finalizing 0125 with new examples, reference, and todo files

This commit is contained in:
benfry
2007-07-15 17:41:28 +00:00
parent 000fc8ade1
commit a10f037127
4 changed files with 12 additions and 1 deletions

View File

@@ -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);