views:

60

answers:

1

Hi,

I want to increase the Line2D width. I could not find any method to do that. Do I need to actually make a small rectangle for this purpose?

Thank you.

+8  A: 
aioobe
+1 for the illustration! Also, consider `g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON)`
trashgod
Yes. Good point.
aioobe