package org.gcube.portlets.admin.vredeployer.client; import org.gcube.portlets.admin.vredeployer.client.icons.VreIcons; import com.google.gwt.core.client.GWT; public class VREDeployerConstants { public static final VreIcons ICONS = GWT.create(VreIcons.class); public static final String LOADING_TEXT = "Loading data, please wait.."; }