I\'m having an issue with Java2D graphics.
I\'m trying to render a simple Path2D created using this code:
tshape.moveTo(0, 0); tshape.lineTo(1, 0); tshape.