Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
the hurlers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Herman Andersen Dyrkorn
the hurlers
Commits
5180a22c
Commit
5180a22c
authored
4 years ago
by
Herman Andersen Dyrkorn
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into '20-hurl-selected-thoughts'
# Conflicts: # src/sample/sample.fxml
parents
7678c3fa
0468d1f6
No related branches found
Branches containing commit
No related tags found
1 merge request
!24
Resolve "hurl selected thoughts"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sample/sample.fxml
+2
-17
2 additions, 17 deletions
src/sample/sample.fxml
with
2 additions
and
17 deletions
src/sample/sample.fxml
+
2
−
17
View file @
5180a22c
...
...
@@ -2,7 +2,6 @@
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ListView?>
<?import javafx.scene.control.ScrollPane?>
<?import javafx.scene.control.TextArea?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.text.Font?>
...
...
@@ -10,26 +9,12 @@
<AnchorPane
id=
"hurlAllThoughts"
maxHeight=
"-Infinity"
maxWidth=
"-Infinity"
minHeight=
"-Infinity"
minWidth=
"-Infinity"
prefHeight=
"498.0"
prefWidth=
"700.0"
xmlns=
"http://javafx.com/javafx/11.0.1"
xmlns:fx=
"http://javafx.com/fxml/1"
fx:controller=
"sample.Controller"
>
<children>
<Button
id=
"submitButton"
layoutX=
"8
3
.0"
layoutY=
"43
2
.0"
mnemonicParsing=
"false"
onAction=
"#handleSubmit"
prefHeight=
"35.0"
prefWidth=
"129.0"
text=
"Submit thought"
/>
<TextArea
id=
"textBox"
fx:id=
"textArea"
layoutX=
"5
8
.0"
layoutY=
"31
6
.0"
prefHeight=
"106.0"
prefWidth=
"307.0"
promptText=
"Write your thought here..."
/>
<Button
id=
"submitButton"
layoutX=
"8
5
.0"
layoutY=
"43
0
.0"
mnemonicParsing=
"false"
onAction=
"#handleSubmit"
prefHeight=
"35.0"
prefWidth=
"129.0"
text=
"Submit thought"
/>
<TextArea
id=
"textBox"
fx:id=
"textArea"
layoutX=
"5
5
.0"
layoutY=
"31
5
.0"
prefHeight=
"106.0"
prefWidth=
"307.0"
promptText=
"Write your thought here..."
/>
<Text
id=
"thoughtField"
fill=
"#b08686"
layoutX=
"40.0"
layoutY=
"32.0"
strokeType=
"OUTSIDE"
strokeWidth=
"0.0"
text=
"Your Thoughts"
>
<font>
<Font
size=
"17.0"
/>
</font></Text>
<ScrollPane
id=
"scrollyboi"
layoutY=
"43.0"
prefHeight=
"241.0"
prefWidth=
"700.0"
>
<content>
<AnchorPane
minHeight=
"0.0"
minWidth=
"0.0"
prefHeight=
"256.0"
prefWidth=
"701.0"
>
<children>
<Text
id=
"thoughtId"
fill=
"#755252"
layoutX=
"37.0"
layoutY=
"36.0"
strokeType=
"OUTSIDE"
strokeWidth=
"20.0"
text=
"Text"
wrappingWidth=
"500"
>
<font>
<Font
size=
"14.0"
/>
</font>
</Text>
<ListView
fx:id=
"listView"
layoutX=
"37.0"
layoutY=
"14.0"
prefHeight=
"200.0"
prefWidth=
"585.0"
/>
</children>
</AnchorPane>
</content>
</ScrollPane>
<Button
layoutX=
"531.0"
layoutY=
"10.0"
mnemonicParsing=
"false"
onAction=
"#handleHurlAll"
text=
"Hurl all your thoughts"
/>
<Button
layoutX=
"365.0"
layoutY=
"10.0"
mnemonicParsing=
"false"
onAction=
"#handleHurlSelected"
text=
"Hurl selected thoughts"
/>
</children>
...
...
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