How do you change the color of the arrowhead?

Hi,

I need to change the color of the arrowhead from black to something arbitrary color. Is there some method I can call; or do I have to override? If so, can you point me in that direction.

Thank you.

Did you ever get a reply to this as I have the same issue?

You just need to change the brush associated with the stroke. Something like:

link.setBrush(JGoBrush.makeStockBrush(Color.RED));