Hi!
I would like to create an array of textfields, just like this:
GTextField [] textfields = {textfield3,textfield2,... etc};
Yet this procedure is always giving me an array of nulls. How to do it properly?
Hi!
I would like to create an array of textfields, just like this:
GTextField [] textfields = {textfield3,textfield2,... etc};
Yet this procedure is always giving me an array of nulls. How to do it properly?