/** * Sencha GXT 3.0.0b - Sencha for GWT * Copyright(c) 2007-2012, Sencha, Inc. * licensing@sencha.com * * http://www.sencha.com/products/gxt/license/ */ package com.sencha.gxt.examples.resources.client; import com.google.gwt.core.client.GWT; import com.sencha.gxt.examples.resources.client.images.ExampleImages; public class Resources { public static final ExampleImages IMAGES = GWT.create(ExampleImages.class); }