All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.harium.etyl.ui.theme.cursor.arrow.ImageMouseArrow Maven / Gradle / Ivy

package com.harium.etyl.ui.theme.cursor.arrow;

import com.harium.etyl.layer.ImageLayer;

/**
 * 
 * @author yuripourre
 *
 */

public class ImageMouseArrow extends ImageLayer implements MouseArrow {

	public ImageMouseArrow(String path){
		super(path);
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy