Hi, I am relatively new to GWT. My requirement is to use GlassPanel but my hands are tied down because of the heavy size of incubator.jar file which my deployment war file cannot afford. So the only option is to use custom glasspanel. So i copied down teh source code both GlassPanel.java and GlassPanelImpl.java and included in mywork space. All is well till compile time. When i compile, it throws an error stating GlassPanelImpl cannot be abstract. My CustomGlassPanel.java extends from GlassPanel. i changed GlassPanel.java to refer this CustomGlassPanelImpl instead of GlassPanelImpl. But still i get this error.
Any help is really helpful and appreciated. Thanks, Surya --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
