mirror of
https://gitlab.com/kauron/jstudy
synced 2025-09-30 21:01:10 +02:00
Removed JFoenix library
This commit is contained in:
parent
62634a1800
commit
0d4b50a78c
5 changed files with 6 additions and 15 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue