Skip to content

Instantly share code, notes, and snippets.

@TheItachiUchiha
TheItachiUchiha / CustomHBar
Last active August 29, 2015 14:14
CustomHBar
import java.util.Collection;
import java.util.Map;
import java.util.Set;
import javafx.beans.property.DoubleProperty;
import javafx.beans.property.SimpleDoubleProperty;
import javafx.scene.control.Label;
import javafx.scene.effect.DropShadow;
import javafx.scene.layout.HBox;
import javafx.scene.layout.Priority;