Resize event for JGoView

Hi all,
How can I capture the resize event for a JGoView?? Thnx in advance
Nanda

Swing: JGoView is just a [j]Component, so just add a ComponentListener.
SWT: JGoView is just a Control, so just add a ControlListener.