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

jfxtras.scene.layout.responsivepane.Device Maven / Gradle / Ivy

The newest version!
package jfxtras.scene.layout.responsivepane;

/**
 * 
 */
public enum Device {
	DESKTOP,
	TABLET,
	PHONE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy