Hey guys
How can i make instances of drawString editable? For example changing their x, y and value?
Do i use variables for example
g.drawString(str1, x1, y1);
Will the change be reflected as soon as i change the values of the variables?
Thanks very much for your time!