Maybe this is part of the standard gwt theme. If you take a look at the GWT Tree widget those arrows are used there.
But they will no be loaded to the browser if not used, so relax :) Try to remove the standard theme from your gwt module (if you don't use Widgets) and those files will no be compiled next time. And if you want images, try to use CssResources and ClientBundle so the compiler will generate only the files that your code uses. Hope it helps. -- André Moraes Analista de Desenvolvimento de Sistemas [email protected] http://andredevchannel.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
