Posts by Eduardo • 21 points
1 post
-
2
votes1
answer1157
viewsQ: How to display a matrix graphically?
I have a matrix Tabuleiro[][] tabuleiro = New Tabuleiro[20][20]. It contains objects from a class not yet implemented, which will have some values, such as cell color and a position marker. I would…