We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsWebsite,  Documentation,  Book Bugs › javadoc PApplet main: closing parentheses missing
Page Index Toggle Pages: 1
javadoc PApplet main: closing parentheses missing (Read 1709 times)
javadoc PApplet main: closing parentheses missing
Jan 18th, 2007, 5:02pm
 
here:
http://dev.processing.org/reference/core/javadoc/processing/core/PApplet.html#main(java.lang.String[])

code should read after closing curly brace:
Code:

static public void main(String args[]) {
PApplet.main(new String[] { "YourSketchName" } ) ;
}


F
Re: javadoc PApplet main: closing parentheses miss
Reply #1 - Jan 19th, 2007, 3:58am
 
fixed, thanks.
Page Index Toggle Pages: 1