/** * ResourceAnchor is a simple class at the root of the JAR file. It provides a point of reference * for the location of the resources. * * @author btsang */ public class ResourceAnchor { /** * Creates a new ResourceAnchor. */ public ResourceAnchor() { } }