Skip to content
Snippets Groups Projects
Commit 3c1faa35 authored by Dirksmöller Karin's avatar Dirksmöller Karin
Browse files

Progressbar visual update

parent 6e88aa46
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.*?> <?import javafx.geometry.Insets?>
<?import javafx.scene.control.*?> <?import javafx.scene.control.ProgressBar?>
<?import javafx.scene.image.Image?> <?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?> <?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.*?> <?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.text.*?> <?import javafx.scene.layout.ColumnConstraints?>
<AnchorPane fx:id="parent" prefHeight="540.0" prefWidth="872.0" xmlns="http://javafx.com/javafx/17.0.2-ea" <?import javafx.scene.layout.GridPane?>
xmlns:fx="http://javafx.com/fxml/1" fx:controller="mi.hdm.controllers.MealPlanController"> <?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane fx:id="parent" prefHeight="540.0" prefWidth="872.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="mi.hdm.controllers.MealPlanController">
<children> <children>
<HBox alignment="CENTER_LEFT" prefHeight="69.0" prefWidth="793.0" AnchorPane.leftAnchor="0.0" <HBox alignment="CENTER_LEFT" prefHeight="69.0" prefWidth="793.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children> <children>
<ImageView fitHeight="35.0" fitWidth="50.0" pickOnBounds="true" preserveRatio="true"> <ImageView fitHeight="35.0" fitWidth="50.0" pickOnBounds="true" preserveRatio="true">
<image> <image>
<Image url="@../images/Tasty_Pages_Menu_Button.png"/> <Image url="@../images/Tasty_Pages_Menu_Button.png" />
</image> </image>
<HBox.margin> <HBox.margin>
<Insets left="15.0" right="100.0"/> <Insets left="15.0" right="100.0" />
</HBox.margin> </HBox.margin>
</ImageView> </ImageView>
<Text fill="#d91c1c" strokeType="OUTSIDE" strokeWidth="0.0" text="Meal Plan" wrappingWidth="184.53966265916824"> <Text fill="#d91c1c" strokeType="OUTSIDE" strokeWidth="0.0" text="Meal Plan" wrappingWidth="184.53966265916824">
...@@ -27,18 +32,17 @@ ...@@ -27,18 +32,17 @@
</Text> </Text>
</children> </children>
</HBox> </HBox>
<VBox layoutY="69.0" prefHeight="445.0" prefWidth="872.0" AnchorPane.leftAnchor="0.0" <VBox layoutY="69.0" prefHeight="445.0" prefWidth="872.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
AnchorPane.rightAnchor="0.0">
<children> <children>
<GridPane hgap="8.0" prefHeight="197.0" prefWidth="190.0" vgap="8.0"> <GridPane hgap="8.0" prefHeight="197.0" prefWidth="190.0" vgap="8.0">
<columnConstraints> <columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0"/> <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0"/> <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0"/> <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0"/> <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0"/> <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0"/> <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0"/> <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
</columnConstraints> </columnConstraints>
<rowConstraints> <rowConstraints>
<RowConstraints maxHeight="90.0" minHeight="10.0" prefHeight="49.999996185302734" vgrow="SOMETIMES" /> <RowConstraints maxHeight="90.0" minHeight="10.0" prefHeight="49.999996185302734" vgrow="SOMETIMES" />
...@@ -65,7 +69,7 @@ ...@@ -65,7 +69,7 @@
<Font name="Arial" size="17.0" /> <Font name="Arial" size="17.0" />
</font> </font>
</Text> </Text>
<ProgressBar prefHeight="24.0" prefWidth="631.0" progress="0.0"> <ProgressBar prefHeight="24.0" prefWidth="631.0" progress="0.0" style="-fx-background-color: d9d9d9; -fx-background-radius: 5; -fx-control-inner-background: a; -fx-accent: d91c1c;">
<HBox.margin> <HBox.margin>
<Insets left="70.0" /> <Insets left="70.0" />
</HBox.margin> </HBox.margin>
...@@ -79,7 +83,7 @@ ...@@ -79,7 +83,7 @@
<Font name="Arial" size="17.0" /> <Font name="Arial" size="17.0" />
</font> </font>
</Text> </Text>
<ProgressBar prefHeight="24.0" prefWidth="631.0" progress="0.0"> <ProgressBar prefHeight="24.0" prefWidth="631.0" progress="0.0" style="-fx-background-color: d9d9d9; -fx-background-radius: 5; -fx-control-inner-background: a; -fx-accent: d91c1c;">
<HBox.margin> <HBox.margin>
<Insets left="70.0" /> <Insets left="70.0" />
</HBox.margin> </HBox.margin>
...@@ -93,7 +97,7 @@ ...@@ -93,7 +97,7 @@
<Font name="Arial" size="17.0" /> <Font name="Arial" size="17.0" />
</font> </font>
</Text> </Text>
<ProgressBar prefHeight="24.0" prefWidth="631.0" progress="0.0"> <ProgressBar prefHeight="24.0" prefWidth="631.0" progress="0.0" style="-fx-background-color: d9d9d9; -fx-control-inner-background: a; -fx-background-radius: 5; -fx-accent: d91c1c;">
<HBox.margin> <HBox.margin>
<Insets left="70.0" /> <Insets left="70.0" />
</HBox.margin> </HBox.margin>
...@@ -107,7 +111,7 @@ ...@@ -107,7 +111,7 @@
<Font name="Arial" size="17.0" /> <Font name="Arial" size="17.0" />
</font> </font>
</Text> </Text>
<ProgressBar prefHeight="24.0" prefWidth="631.0" progress="0.0"> <ProgressBar prefHeight="24.0" prefWidth="631.0" progress="0.0" style="-fx-background-color: d9d9d9; -fx-control-inner-background: a; -fx-background-radius: 5; -fx-accent: d91c1c;">
<HBox.margin> <HBox.margin>
<Insets left="70.0" /> <Insets left="70.0" />
</HBox.margin> </HBox.margin>
...@@ -121,7 +125,7 @@ ...@@ -121,7 +125,7 @@
<Font name="Arial" size="17.0" /> <Font name="Arial" size="17.0" />
</font> </font>
</Text> </Text>
<ProgressBar prefHeight="24.0" prefWidth="631.0" progress="0.0"> <ProgressBar prefHeight="24.0" prefWidth="631.0" progress="0.0" style="-fx-background-color: d9d9d9; -fx-control-inner-background: a; -fx-background-radius: 5; -fx-accent: d91c1c;">
<HBox.margin> <HBox.margin>
<Insets left="70.0" /> <Insets left="70.0" />
</HBox.margin> </HBox.margin>
...@@ -135,7 +139,7 @@ ...@@ -135,7 +139,7 @@
<Font name="Arial" size="17.0" /> <Font name="Arial" size="17.0" />
</font> </font>
</Text> </Text>
<ProgressBar prefHeight="24.0" prefWidth="631.0" progress="0.0"> <ProgressBar prefHeight="24.0" prefWidth="631.0" progress="0.0" style="-fx-background-color: d9d9d9; -fx-control-inner-background: a; -fx-background-radius: 5; -fx-accent: d91c1c;">
<HBox.margin> <HBox.margin>
<Insets left="70.0" /> <Insets left="70.0" />
</HBox.margin> </HBox.margin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment