Re: Where is GWT's "Default" CSSResource?

2010-04-06 Thread Andrew Hughes
Thanks kozura, http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/TreeImages.html On Tue, Apr 6, 2010 at 11:44 PM, kozura wrote: > You can find the css and images file put into your war/appname/gwt/ > standard directory, however the tree images aren't from c

Re: Where is GWT's "Default" CSSResource?

2010-04-06 Thread kozura
You can find the css and images file put into your war/appname/gwt/ standard directory, however the tree images aren't from css but instead are part of a ResourceBundle. Look in at the top of the Tree class, you'll see the default ImageAdapter which refers to the png files in com.google.gwt.user.c

Where is GWT's "Default" CSSResource?

2010-04-05 Thread Andrew Hughes
Hi All, I would like to re-use some of the image's found in GWT's default theme. Specifically, I need a reference to the "+" and "-" png's that are found on tree lists. See them here: http://gwt.google.com/samples/Showcase/Showcase.html#!CwTree How can I reference these images from CSS and from