Posts by Devikn • 43 points
1 post
-
4
votes1
answer774
viewsQ: How to create a method in a Jbuttons Array that changes the color of jButton with Actionperformed?
I am doing a project that requires the creation of a pencil tool that will paint a group of jButtons positioned in gridLayout (10x10) as if they were pixels. I created a method called 'colorButton'…