JGoLabeledLink Problem

Hi,
I am trying to have a link between nodes. However, I want to
provide a custom image for the link and secondly add an icon
on top of the link. Is this possible?
Thanks!

The MidLabel object of a JGoLabeledLink need not be a JGoLinkLabel (or JGoText) object – it can be any object you like. So you could have it be a JGoArea or node composed of several JGoImages, if that’s what you need.