I just wanna know if there's a way to do something like this:
I have 100 jLabel ( jLabel1, jLabel2 ... jLabel100 ) and i have a int variable ( 32 ). I wanna use the Label with the variable name ( jLabel32 ) and do something with it. How can i do it?
Thanks in advance.