FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Syntax
(Moderators: fry, REAS)
   How to create External Classes
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: How to create External Classes  (Read 258 times)
trip

triparepa WWW Email
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

WWW
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.
 
check this thread for more info:
http://processing.org/discourse/yabb/board_general_action_displ_ay_num_1072722668_start_.html
 

Ariel Malka | www.chronotext.org
Pages: 1 

« Previous topic | Next topic »