|
can someone please help me draw a fish (the body, 2 fins, the tail and an eye) for a method; Using drawLine and xCoord & yCoord as the variables? I have 2 lines so far :g.drawLine(xCoord, yCoord, xCoord + yCoord, xCoord + yCoord); & g.drawLine(xCoord, yCoord, xCoord + yCoord, xCoord - yCoord); I don't know how well they would work with the rest though. |