Hi All,
As i m new to the GWT, i dont know where to put the images for my
site.
com.test.gwt.contactus.client is my package structure of my client and
contactus.java has the following code:
Image jimmyFull = new Image("bold.jpg");
final PopupPanel imagePopup = new PopupPanel(true);
imagePopup.setAnimationEnabled(true);
imagePopup.ensureDebugId("cwBasicPopup-imagePopup");
imagePopup.setWidget(jimmyFull);
jimmyFull.addClickHandler(new ClickHandler() {
public void onClick(ClickEvent event) {
imagePopup.hide();
}
});
Basically where can i have the image, so that when i compile it should
go with my site.
Kindly guide me.Thanks :)
Cheers!!!
Mohan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---