aspose file tools
The moose likes GWT and the fly likes Using Showcase Sample widgets in my project Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » GWT
Reply Bookmark "Using Showcase Sample widgets in my project" Watch "Using Showcase Sample widgets in my project" New topic
Author

Using Showcase Sample widgets in my project

Doruk Kangal
Greenhorn

Joined: Feb 11, 2012
Posts: 2
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.
 
 
subject: Using Showcase Sample widgets in my project
 
Threads others viewed
using ajax for long running query -- concept questions
How to call external ejb jar in J2EE Project
MyEclipse: adding jar to build path
Does GWT-EXT have a Hyperlink Class? Where is they HyperLink class?
PlZZZZZZ How to call external ejb jar in J2EE Project
developer file tools