here is an example

public interface DesktopResouces extends ClientBundle {

}

On Tue, Jul 19, 2011 at 2:49 AM, Markus <[email protected]> wrote:

> Thanks for your reply. But I don't know how it should work with CSS
> Resource?
>
> Ok I created
>
> public interface ResourceBundle extends ClientBundle {
>
>         public static final ResourceBundle INSTANCE =
> GWT.create(ResourceBundle.class);
>
>          @Source("css/example.css")
>         public CssResource css();
>
> }
>
> But now?
>
> Where can I define ImageResources? Could you please explain your
> solution... maybe with an short example?
>
> Thanks for your help
>
> Regards, Markus
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> 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.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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