Created
January 4, 2012 21:50
-
-
Save osdrv/1562343 to your computer and use it in GitHub Desktop.
just a processing app part
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* this == current PApplet instance */ | |
HTMLRequest req1 = new HTMLRequest(this,"http://url1.com/req1"); | |
HTMLRequest req2 = new HTMLRequest(this,"http://url2.com/req2"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment