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

net.alantea.swing.layout.percent.Direction Maven / Gradle / Ivy

The newest version!
package net.alantea.swing.layout.percent;

public enum Direction
{
   /** use horizontal values to calculate */
   HORIZONTAL,

   /** use vertical values to calculate */
   VERTICAL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy