Please someone save me
This commit is contained in:
parent
a485eafb24
commit
9e431b4fbb
6 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,6 @@ import javafx.fxml.FXMLLoader;
|
|||
import javafx.scene.Parent;
|
||||
import javafx.scene.Scene;
|
||||
import javafx.stage.Stage;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Objects;
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
package com.example;
|
||||
|
||||
import com.example.App;
|
||||
import javafx.collections.FXCollections;
|
||||
import javafx.collections.ObservableList;
|
||||
import javafx.event.ActionEvent;
|
||||
|
|
|
@ -7,6 +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;
|
||||
|
||||
public class ShopController {
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue