Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tasty Pages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SE2 Projekt
Tasty Pages
Commits
3c1faa35
Commit
3c1faa35
authored
1 year ago
by
Dirksmöller Karin
Browse files
Options
Downloads
Patches
Plain Diff
Progressbar visual update
parent
6e88aa46
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/fxml/Meal_Plan.fxml
+29
-25
29 additions, 25 deletions
src/main/resources/fxml/Meal_Plan.fxml
with
29 additions
and
25 deletions
src/main/resources/fxml/Meal_Plan.fxml
+
29
−
25
View file @
3c1faa35
<?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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment