Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ohj2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eetakoiv
ohj2
Commits
32ea9edf
Commit
32ea9edf
authored
5 years ago
by
niveseka
Browse files
Options
Downloads
Patches
Plain Diff
Poistumisen varmistus fxml tiedosto
parent
812c17de
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
FXML/exit.fxml
+38
-0
38 additions, 0 deletions
FXML/exit.fxml
with
38 additions
and
0 deletions
FXML/exit.fxml
0 → 100644
+
38
−
0
View file @
32ea9edf
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.BorderPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.text.Font?>
<BorderPane
xmlns=
"http://javafx.com/javafx/11.0.1"
xmlns:fx=
"http://javafx.com/fxml/1"
>
<center>
<Label
text=
"Are you sure you want to exit?"
BorderPane.alignment=
"CENTER"
>
<BorderPane.margin>
<Insets
bottom=
"40.0"
left=
"100.0"
right=
"100.0"
top=
"50.0"
/>
</BorderPane.margin>
<font>
<Font
size=
"14.0"
/>
</font>
</Label>
</center>
<bottom>
<HBox
alignment=
"CENTER"
BorderPane.alignment=
"CENTER"
>
<children>
<Button
mnemonicParsing=
"false"
prefWidth=
"50.0"
text=
"Yes"
textAlignment=
"CENTER"
>
<HBox.margin>
<Insets
bottom=
"20.0"
left=
"20.0"
right=
"20.0"
/>
</HBox.margin>
</Button>
<Button
mnemonicParsing=
"false"
prefWidth=
"50.0"
text=
"No"
>
<HBox.margin>
<Insets
bottom=
"20.0"
left=
"20.0"
right=
"20.0"
/>
</HBox.margin>
</Button>
</children>
</HBox>
</bottom>
</BorderPane>
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