Inhaltsstoffe-Filtern View+Controller
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
// Programmiert von Samuel Wolff
|
||||
// Noch nicht getestet
|
||||
|
||||
package de.subway_surfers.vpr_app;
|
||||
|
||||
import javafx.fxml.FXML;
|
||||
import javafx.scene.control.Button;
|
||||
import javafx.scene.control.CheckBox;
|
||||
import javafx.scene.control.ListView;
|
||||
|
||||
public class InhaltsstoffeFilternController {
|
||||
|
||||
private @FXML ListView zutatListView;
|
||||
|
||||
private @FXML CheckBox speichernCheckbox;
|
||||
|
||||
private @FXML Button abbrechenButton;
|
||||
|
||||
private @FXML Button fortfahrenButton;
|
||||
|
||||
}
|
Reference in New Issue
Block a user