br.com.etyllica.ui.label.Icon Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of etyllica Show documentation
Show all versions of etyllica Show documentation
A game engine made in pure java.
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