<https://lh3.googleusercontent.com/-pjdCUb3esnE/WDKIdMIB4dI/AAAAAAAAIj0/iIy_vMXgVNkzGv2d9xhep5pXG5iQ7T2sgCLcB/s1600/Capture.JPG>
Hi Blaze,

I tried to use the GWT Polymer and I am getting the UI with no icons.
This is my code
public void onModuleLoad() {

PaperButton button = new PaperButton("Press me!");
button.setRaised(true);
IronIcon icon = new IronIcon();
icon.setIcon("menu");
button.add(icon);
button.addClickHandler(new ClickHandler() {
@Override
public void onClick(ClickEvent event) {
// TODO Auto-generated method stub
Window.alert("Hello");
}
});
RootPanel.get().add(button);
}

<https://lh3.googleusercontent.com/-pjdCUb3esnE/WDKIdMIB4dI/AAAAAAAAIj0/iIy_vMXgVNkzGv2d9xhep5pXG5iQ7T2sgCLcB/s1600/Capture.JPG>

I also tried few other widgets and they are also not showing up any icons. 
Did I miss something? Please help me. Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to