I am trying to use Class.forName() with some classes I have defined inside a sketch. Are they all put into some package (I havent explicitly mentioned any)? and where do .class files generated yb the compiler go anyway?
Class.forName("ClassName") doesnt work, so I was wondering whether there is a specific way I can instantiate an object dynamically in processing