hey there,

You can just add a css style to any panel.  For instance, i used
firebug to change the style on the box above so that there is a
repeating background image of the google logo.  The style looks like
this.  Screenshot http://drop.io/pytdu4r/asset/background-repeat

.cb {
   background-image:url(http://www.google.com/intl/en_ALL/images/
logo.gif);
}

In the gwt code, you would have something like this:
SimplePanel container;
container.setStyle("cb")

later,
bryan

On Oct 20, 7:56 am, "S. Oomes" <[EMAIL PROTECTED]> wrote:
> Hello everyone,
>
> I ám currently checking out GWT and im really impressed. The only
> thing i ren into was the fact that i did'nt get a background image in
> the application i was making. I want to use instead of the white
> background a image i made. It must repeat in the complete page as
> background. Is this possible to do and how do i do that.
>
> I dont have any experience at all with java but im going to learn that
> in my 4 semester (don't now the correct name) on my school. So if some
> one knows the awnser please explain exact where i need to place the
> code or code's. When you, the responder to this artikle, are dutch you
> can  mail me the dutch explanation in dutch. Or post it here when this
> is allowed of course!
>
> I'm looking forward to hear from you,
>
> Greetings S. Oomes
--~--~---------~--~----~------------~-------~--~----~
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