• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Using Showcase Sample widgets in my project

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi;
I'm just a beginner of GWT , so here's my question; i'm currently developping a project with GWT and i saw the sample site http://gwt.google.com/samples/Showcase/Showcase.html and i really liked the widgets so i would like to use this widgets in my projects as they are in showcase project..I have an idea to use them like ( but i'm not sure if it's the right way to do that.); -i imported the showcase project in Eclipse and i made it work. -with right click on the project -> export -> jar (Showcase.jar for example), i made the project like JAR file to use the widgets in my project. - i put the JAR file to var/lib folder of my project and added to my projects's classpath.

when i try to add widgets with RootPanel.get().add() and run , there were a lot of errors. in short, what i want to ask is there a way to use Showcase sample widgets in my project and is my way wrong to do that ?

Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic