Hi all, First of all please bare with me as this is my first attempt at getting something going with GWT.
I am looking at the Wiki entry for UiBinder and am trying to get the HelloWorld sample going http://code.google.com/p/google-web-toolkit/wiki/UiBinder The interface definition reads interface MyUiBinder extends UiBinder<DivElement, HelloWorld> {} As I understand DivElement is the Root Element in the UI definition. Where should I import DivElement from, in my .java file? Thanks. -- "The secret impresses no-one, the trick you use it for is everything" - Alfred Borden (The Prestiege) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
