Hello,
Just wondering... i was currently (probably making a mistake) cloning objects.. such txtUsername or txtPassword for my textfields.. but i think it doesn't work that way.. i could just make Textfield and use different instances.
So it is better to use different instances of one object or use many objects of the same kind ?
What the kind of impact on performance for the both methods ?
Thanks!