Good day everyone!
First of all, I'm so new in programming, but I'm willing to learn.
Here's my problem..
I draw an image, a cartoon characters. I use java language. Yeah, I know how to do that but my problem is I'm not able to finish it because I'm exceeding the 65535 bytes java limit because I have a lot of coordinates.
This image that I'm drawing and my code is on the attachment (unfinished because of error )
I already made a class that extends JComponent even though it's not needed just because I want to have a space for my coordinates
Can you help me solve my problem on where to put the other coordinates?
Actually that is my main problem, where to put the coordinates
Thanks in advance