06.08.2020
This commit is contained in:
parent
5e5ac2d43b
commit
497fd71ba8
|
@ -14,7 +14,6 @@ public class HangmanPreload extends Preloader {
|
|||
private Stage preloaderStage;
|
||||
private Scene scene;
|
||||
|
||||
|
||||
@Override
|
||||
public void init() throws Exception {
|
||||
Parent root1 = FXMLLoader.load(getClass().getResource("Preloader.fxml"));
|
||||
|
|
|
@ -111,6 +111,7 @@ public class Main extends Application {
|
|||
displayWord[i] = wortToArr[i];
|
||||
result = true;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<?import javafx.scene.image.ImageView?>
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
|
||||
|
||||
<AnchorPane xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="application.StartScreenController">
|
||||
<children>
|
||||
<ImageView fitHeight="509.0" fitWidth="757.0" layoutX="-10.0" layoutY="-6.0">
|
||||
|
|
|
@ -12,7 +12,6 @@ import javafx.scene.control.ProgressBar;
|
|||
public class StartScreenController implements Initializable {
|
||||
|
||||
|
||||
|
||||
@FXML
|
||||
private ProgressBar progressBar;
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
|
||||
<?import javafx.geometry.Insets?>
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?import javafx.scene.control.Label?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user