Hello all!
I was wondering whether it is possible to actually implement new lines of code within a running programme.
For instance, summoning a panel and entering a line of code that modifies the color of a background inside an application, or do you have to sort of “fake” the programming by creating conditions inside the application saying for instance “if the user types XXX (the code in question) execute XXX” therefore making it look like programming but basically anticipating a certain number of possible responses by the user.
Thanks for your help!
EDIT: darn, perhaps I should have posted this in the Java mobile development… but it’s a general question for Java programming anyways!