added fontawesomefx to have icons in the project

This commit is contained in:
Andreas Billmann
2015-12-29 22:43:01 +01:00
parent 9a0960bdbc
commit af5c64426c
4 changed files with 157 additions and 88 deletions

View File

@@ -27,12 +27,8 @@
package ninja.javafx.smartcsv.fx;
import javafx.application.Platform;
import javafx.beans.InvalidationListener;
import javafx.beans.Observable;
import javafx.beans.property.BooleanProperty;
import javafx.beans.property.SimpleBooleanProperty;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.concurrent.Service;
import javafx.concurrent.Task;
import javafx.event.ActionEvent;
@@ -190,7 +186,8 @@ public class SmartCSVController extends FXMLController {
"- spring framework\n" +
"- supercsv\n" +
"- config\n" +
"- commons-validator");
"- commons-validator\n" +
"- fontawesomefx");
alert.showAndWait();