[gwt-contrib] Re: HelpRequired : GWT-Incubator: GlassPanel changes

2009-07-01 Thread Freeland Abbott
On Wed, Jun 24, 2009 at 7:34 AM, Surya wrote: > > Hi , > > I am fairly new to GWT and my requirement needs a glasspanel to be > used. But due to the heavy size of incubator.jar file i would like to > "Heavy size" in what sense? You're aware that only the classes you touch will be in the compile

[gwt-contrib] Re: HelpRequired : GWT-Incubator: GlassPanel changes

2009-07-01 Thread John LaBanca
There is a code review out to move GlassPanel to GWT trunk: http://gwt-code-reviews.appspot.com/39806/show Not sure if it will go through exactly as is, but this should help you isolate the code you need. If you are using GWT trunk, you can just clic

[gwt-contrib] Re: HelpRequired : GWT-Incubator: GlassPanel changes

2009-06-30 Thread Fred Sauer
Surya, In general you should be able to follow along http://code.google.com/p/google-web-toolkit-incubator/wiki/GlassPanel and just include the GlassPanel code in your project as you suggested. Any chance you are using GWT trunk rather than 1.6.4? If so, check to see you have the latest source cod

[gwt-contrib] Re: HelpRequired : GWT-Incubator: GlassPanel changes

2009-06-24 Thread Surya
Hi , I am fairly new to GWT and my requirement needs a glasspanel to be used. But due to the heavy size of incubator.jar file i would like to just copy the GlassPanel class and GlassPanelImpl into my own workspace and create a custom glasspanel . This would remove the dependency on incubator.jar