final AttributeImagePanel widget = new AttributeImagePanel.Builder(m_deviceName,
attributeName).jframe(jf1).build();
Sleeper.SECONDS.sleep(2);
final ITableListenerImpl listenerTest = new ITableListenerImpl();
widget.addTableListener(listenerTest);
// TODO http://controle/mantis/view.php?id=21242
// attendre la disponibilit� d'une m�thode getImageZoneLocationOnScreen()
// dans la classe ImageViewer permettant d'obtenir la localisation sur
// l'�cran de la zone image.