schokolade
This commit is contained in:
parent
3008c343d0
commit
45f255bcda
10 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
package com.example;
|
||||
|
||||
import com.example.App;
|
||||
import javafx.collections.FXCollections;
|
||||
import javafx.collections.ObservableList;
|
||||
import javafx.event.ActionEvent;
|
||||
|
@ -10,6 +9,7 @@ import javafx.scene.control.Label;
|
|||
import javafx.scene.control.TableColumn;
|
||||
import javafx.scene.control.TableView;
|
||||
import javafx.scene.control.cell.PropertyValueFactory;
|
||||
import javafx.scene.input.MouseEvent;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.FileReader;
|
||||
|
|
|
@ -5,6 +5,7 @@ import java.io.IOException;
|
|||
import javafx.event.ActionEvent;
|
||||
import javafx.fxml.FXML;
|
||||
import javafx.scene.control.*;
|
||||
import javafx.scene.input.MouseEvent;
|
||||
|
||||
public class CheckOutController {
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
package com.example;
|
||||
|
||||
public class MouseEvent {
|
||||
|
||||
}
|
|
@ -7,7 +7,7 @@ import javafx.fxml.FXML;
|
|||
import javafx.scene.control.Button;
|
||||
import javafx.scene.control.Label;
|
||||
import javafx.scene.control.TextArea;
|
||||
import com.example.App;
|
||||
import javafx.scene.input.MouseEvent;
|
||||
|
||||
public class ShopController {
|
||||
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
module com.example {
|
||||
requires javafx.controls;
|
||||
requires javafx.fxml;
|
||||
requires transitive javafx.graphics;
|
||||
|
||||
opens com.example to javafx.fxml;
|
||||
|
||||
exports com.example;
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue