hi people, i know this question sounds a little weird (maybe too much weird)... i want to make some classes in processing and be able to use them in other processing apps... for example i write class A in processing... then open new processing sketch and use that java file (or maybe jar file) as an external file and make objects of that class... is it possible anyway? i know i can write class A and export it as a separate program and then run it externally from another program. but can i make objects dynamically from another java file, and of course externally? thanks in advance
↧