about-vre/src/main/java/org/gcube/portlets/user/gcubeloggedin/client/UIConstants.java

10 lines
225 B
Java
Raw Normal View History

package org.gcube.portlets.user.gcubeloggedin.client;
import com.google.gwt.core.client.GWT;
public class UIConstants {
public static final String LOADING_IMAGE = GWT.getModuleBaseURL() + "../images/loading-bar.gif";
}