Topic: How to create External Classes (Read 258 times)
trip
How to create External Classes
« on: Mar 29th, 2004, 6:57pm »
Hey all,
Sorry for the silly q, but can someone give a ste-by-step on how to make a p5 class external, for future reuse? I've tried, but I must be missing something.
thanks
c
arielm
Re: How to create External Classes
« Reply #1 on: Mar 29th, 2004, 10:36pm »
processing currently only knows to produce "BApplet" classes with eventually some other "nested" custom classes, i.e. the "external" kind of class you're mentioning has to be cooked elsewhere:
for example, using the almighty and free ibm eclipse.