com.dua3.fx.controls.Border Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fx-controls Show documentation
Show all versions of fx-controls Show documentation
JavaFX utilities (controls)
The newest version!
package com.dua3.fx.controls;
/**
* Enum declaring values for the four borders.
*/
public enum Border {
TOP, BOTTOM, LEFT, RIGHT
}