Image Mouse over

Hi,
in my application,I added images on grid layout,but need to maximize the size of image when i place mouse on image(Mouse over).
please tell me how to do it.

You need to create your own widget. Book of Vaadin has a chapter about it:
https://vaadin.com/book/-/page/gwt.html

Hi

maybe you can use setDescription() and put your large picture into it.

Greets