main() method for running this class from the command line. Usage: PApplet [options] <class name> [sketch args] The [options] are one or several of the parameters seen below. The class name is required. If you're running outside the PDE and your class is in a package, this sho
(final String[] args)
| 10617 | * </PRE> |
| 10618 | */ |
| 10619 | static public void main(final String[] args) { |
| 10620 | runSketch(args, null); |
| 10621 | } |
| 10622 | |
| 10623 | |
| 10624 | /** |