IOPorts interactive
This commit is contained in:
@ -22,7 +22,6 @@ public class CreateWindow extends Application {
|
||||
public void start(Stage primaryStage) throws IOException{
|
||||
DataRegister.initDataRegister();
|
||||
table = Table.refresh();
|
||||
|
||||
FXMLLoader codewindow = new FXMLLoader(CreateWindow.class.getResource("frontend.fxml"));
|
||||
Parent code = codewindow.load();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user