Skip to content
Snippets Groups Projects
Commit 0b01e73e authored by Kjetil Karstensen Indrehus's avatar Kjetil Karstensen Indrehus
Browse files

ADD: first draft of loader screen fxml

parent 87864151
No related branches found
No related tags found
No related merge requests found
src/main/resources/no/ntnu/cardgame/img/fixedImg/cardjavaLogo.PNG

14.3 KiB

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ProgressBar?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<AnchorPane prefHeight="549.0" prefWidth="821.0" style="-fx-background-color: #fcfcfc;" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Loader">
<children>
<ImageView fitHeight="193.0" fitWidth="429.0" layoutX="172.0" layoutY="121.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@img/fixedImg/cardjavaLogo.PNG" />
</image>
</ImageView>
<ProgressBar layoutX="301.0" layoutY="308.0" prefWidth="200.0" />
<Button layoutX="336.0" layoutY="336.0" mnemonicParsing="false" text="PLAY [Check cards]" />
</children>
</AnchorPane>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment