net.alantea.swing.layout.percent.Direction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swingplus Show documentation
Show all versions of swingplus Show documentation
Addons over swing package.
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