Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[5 / 2 / ?]

Java Noob Nightmare

No.427616 View ViewReplyOriginalReport
Hello all, I am trying to figure out how to refer to buttons I am generating out of a for-loop:

https://pastebin.com/CG2Y1xdD

Do they get their own names as they are being created, and if so, how does one refer to them???

I want to associate them with values, so then I can make the stored value interact with a switch in an action listener.