Well, out of curiosity, is it possible to call a class from the contents of a string.
Here's a psuedo code example of what I mean:
I know I'm probably missing something obvious, as when I tried code similar to this earlier, it didn't work.
Also, in case you're wondering why I need to create objects like this, I'm trying to add support to my game engine for loading objects from external Java files (to allow more possibilities for custom levels).