JavaFX port of Ladda for HTML/CSS (http://lab.hakim.se/ladda/)
2
A UI concept which merges loading indicators into the action that invoked them. Primarily intended for use with forms where it gives users immediate feedback upon submit rather than leaving them wondering while the browser does its thing.
LaddaButton button = new LaddaButton("Submit");
button.setLaddaButtonStyle(LaddaButtonStyle.EXPAND_LEFT);
button.setInProgress(true);
...
button.setInProgress(false);
<LaddaButton text="Submit" laddaButtonStyle="EXPAND_LEFT"></LaddaButton>
<dependency>
<groupId>com.ultramixer</groupId>
<artifactId>laddafx</artifactId>
<version>0.2.0</version>
</dependency>
Free to use private and commercially. Please include a note to our company "UltraMixer Digital Audio Solutions / www.ultramixer.com".