Hi :)
I was hoping someone could point me in the right direction to create a grid of clickable objects/images/shapes. My problem is this, I have to create a grid of 100+ characters that, when you click on one, appends a JTextArea with a specific, different, character. The only idea thus far I could come up with is creating a background image containing all of the characters, and then overlay that image with transparent buttons :$
It's a very long and ineffective way of doing it, so any help is appreciated :)
PS. I have not begun coding (this part), as I am not sure how to do it. I am not in any way asking for code as an answer, just a gentle push in the right direction :)