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

de.uniks.networkparser.gui.controls.Button Maven / Gradle / Ivy

package de.uniks.networkparser.gui.controls;

public class Button extends Input {
	/* Constants */
	protected static final String BUTTON = "button";
	
	public Button() {
		super();
		/* Set variables of parent class */
		this.type = BUTTON;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy