vre-deploy/src/main/java/org/gcube/portlets/admin/vredeployer/client/VREDeployerConstants.java

13 lines
342 B
Java

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..";
}