Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Another theme of Processing is sharing your work. The Export button on the toolbar:
will bundle your code into a single folder titled applet that can be uploaded to a web server (Figure 2-2). After exporting, the applet folder will open on your desktop. The PDE file is the source code, the JAR file is the program, the HTML file is the web page, and the GIF file is displayed in the web browser while the program is loading. Double-clicking the index.html file will launch your web browser and show your sketch on the web page it has created.