Posts by Lucas • 11 points
1 post
-
1
votes1
answer194
viewsQ: How to pass more than one parameter in a Paint() method in Java?
I was developing a project where I need to overwrite the Paint() method, but the Paint() method only receives a Graphics object as a parameter. What I need to do is create a Paint method that takes…