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

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

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

/**
 * 
 */
public enum Orientation {
	LANDSCAPE,
	PORTRAIT;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy