mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 13:38:23 +02:00
added fontawesomefx to have icons in the project
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user