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

br.com.etyllica.ui.label.Icon Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
package br.com.etyllica.ui.label;

import br.com.etyllica.ui.Label;

public abstract class Icon extends Label {

	public Icon(int x, int y){
		super(x,y);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy