Hey there, I have been looking out for a solution to the similar problem. From what i haver understood is that if you use something like the 'CellTree.BasicResources' class at the time of instantiating the tree that links up to CSS/Images provided in the GWT jars. So we have to find a way to override those setting by providing some implementation class of our own!
Would appreciate if some one could provide insight on how to adjust image used/ the padding on the nodes/ change the blue background if a node is selected? I have not been able to grasp the whole ResourceBundle/Resources concept of GWT yet (sorry about that!). It would be great if some one could provide steps to make the changes to the cell tree display! To sum it up would like to know: 1. Change the image for the closed item in tree 2. The cell padding on the left/top/bottom of the nodes of the tree, otherwise tends to be a bit big 3. Change the background color of selected nodes (the blue and the yellow!) 4. If we have to implement an interface of our own similar to CellTree.BasicResources where do we have to put our new CSS/Image files? Thanks! Tej -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.