Hello,
I think you could use the drawLine() method to either increase or decrease the thickness of your line. Just reduce the values of the arguments in the method.
I would use something like this
g.drawLine(50,75,200,25) reduce to (50,74,200,24).
I hope this helps. Please let me know if you have any more problems.
you can email me: onyxtic at hotmail dot com
Happy programming.
Evans Anyokwu
|