diff --git a/.idea/modules.xml b/.idea/modules.xml
index 4add186..d608dd7 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -3,8 +3,6 @@
-
-
\ No newline at end of file
diff --git a/jstudy.iml b/jstudy.iml
index 82289b2..c33e5a0 100644
--- a/jstudy.iml
+++ b/jstudy.iml
@@ -13,7 +13,6 @@
-
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 82d9fc4..676eeab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,16 +22,10 @@
3.8.1
test
-
- com.jfoenix
- jfoenix
- 8.0.9
-
org.json
json
20190722
- bundle
diff --git a/src/main/java/es/kauron/jstudy/controller/SettingsController.java b/src/main/java/es/kauron/jstudy/controller/SettingsController.java
index a15150a..8f3baf0 100644
--- a/src/main/java/es/kauron/jstudy/controller/SettingsController.java
+++ b/src/main/java/es/kauron/jstudy/controller/SettingsController.java
@@ -1,16 +1,16 @@
package es.kauron.jstudy.controller;
-import com.jfoenix.controls.JFXCheckBox;
import es.kauron.jstudy.model.AppPrefs;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
+import javafx.scene.control.CheckBox;
import java.net.URL;
import java.util.ResourceBundle;
public class SettingsController implements Initializable {
@FXML
- private JFXCheckBox repeatMistakes, showFeedback, repeatImmediately;
+ private CheckBox repeatMistakes, showFeedback, repeatImmediately;
@Override
public void initialize(URL location, ResourceBundle resources) {
diff --git a/src/main/resources/es/kauron/jstudy/view/settings.fxml b/src/main/resources/es/kauron/jstudy/view/settings.fxml
index 2940ba2..9fb5496 100644
--- a/src/main/resources/es/kauron/jstudy/view/settings.fxml
+++ b/src/main/resources/es/kauron/jstudy/view/settings.fxml
@@ -1,14 +1,14 @@
-
+
-
-
-
+
+
+