Try this.

public interface Test extends ImageBundle {
    @Resource("image.png")
    @ImageResource.ImageOptions(width = 100, height = 200)
    AbstractImagePrototype selectionAll();}



On Sunday, December 9, 2012 12:34:18 PM UTC-8, membersound wrote:
>
> Hello,
>
> how can I change the size of an image resource that is used in the 
> following way?
>
>  public static interface SelectionImages extends ImageBundle {
>             @Resource("image.png")
>             AbstractImagePrototype selectionAll();
>     }
>
> Thank you!
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Eab00xyEKjMJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to