Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
c507c986
Commit
c507c986
authored
Feb 03, 2026
by
Luna Riegel
Browse files
Feat: Add hyperlink to descriptions on homepage
parent
3bf294d4
Changes
1
Show whitespace changes
Inline
Side-by-side
CityDoctorParent/Extensions/CityDoctorGUI/src/main/resources/de/hft/stuttgart/citydoctor2/gui/CheckDialog.fxml
View file @
c507c986
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<?import javafx.geometry.Insets?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Hyperlink?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.ProgressBar?>
<?import javafx.scene.control.ProgressBar?>
<?import javafx.scene.control.Tab?>
<?import javafx.scene.control.Tab?>
...
@@ -60,6 +61,15 @@
...
@@ -60,6 +61,15 @@
<Font
size=
"16.0"
/>
<Font
size=
"16.0"
/>
</font>
</font>
</Label>
</Label>
<Label
fx:id=
"checkDescriptionsLabel"
layoutX=
"10.0"
layoutY=
"10.0"
text=
"Check Descriptions Available At:"
>
<font>
<Font
size=
"16.0"
/>
</font>
<HBox.margin>
<Insets
left=
"100.0"
/>
</HBox.margin>
</Label>
<Hyperlink
fx:id=
"homepageHyperlink"
alignment=
"CENTER"
text=
"Hyperlink"
/>
</children>
</children>
</HBox>
</HBox>
<HBox
spacing=
"5.0"
VBox.vgrow=
"ALWAYS"
>
<HBox
spacing=
"5.0"
VBox.vgrow=
"ALWAYS"
>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment