Doruk Kangal

Greenhorn
+ Follow
since Feb 11, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Doruk Kangal

Helo;
StackLayoutPanel default calor is light blue and I want to change using css. I tried this code :


But nothing has changed. Please can you explain how can I do that?
12 years ago
GWT
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.
12 years ago
GWT