On Wednesday, October 24, 2012 7:44:25 AM UTC+2, vairavan Murugappan wrote:
>
> Is there any panel or any easy way of having a rounded border in gwt?


Best is to simply use CSS's border-radius <http://caniuse.com/border-radius>. 
If you can't (absolutely need rounded corners in IE6-8), then use a 
DecoratorPanel<http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/DecoratorPanel.html>.
 
Have a look at the built-in themes to see how to style it with images.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/GQEyI0DdXzwJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to