victor.martinez
1 Sep 2008, 10:33 PM
Hello,
It's posible to add a image in a FormPanel ? like that...
FormPanel panel = new FormPanel();
Image img = new Image();
img.setUrl("http:/www.pictures/gallery/images/Badge.png");
img.setVisibleRect(100,100, 100, 100);
panel.add(img);
RootPanel.get().add(panel);
Thanks
It's posible to add a image in a FormPanel ? like that...
FormPanel panel = new FormPanel();
Image img = new Image();
img.setUrl("http:/www.pictures/gallery/images/Badge.png");
img.setVisibleRect(100,100, 100, 100);
panel.add(img);
RootPanel.get().add(panel);
Thanks