Skip to content

Commit f8103c4

Browse files
committed
apress credit
1 parent 72925f0 commit f8103c4

File tree

8 files changed

+9
-1
lines changed

8 files changed

+9
-1
lines changed

app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/00_javafx_overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ subheader_select: tutorials
1313
main_css_id: learn
1414
description: "Learn to create simple JavaFX applications."
1515
author: ["GailC.Anderson", "PaulAnderson"]
16+
byline: 'and is from <a href="https://link.springer.com/book/10.1007/978-1-4842-7268-8">The Definitive Guide to Modern Java Clients with JavaFX 17</a> graciously contributed by Apress.'
1617
---
1718

1819
With the Java SDK and JavaFX installed on your system, let’s create some applications and explore the fundamentals of JavaFX. First, we’ll describe the basic structure of a JavaFX application along with selected features that make JavaFX a powerful choice for modern clients. We’ll show you how to create UIs that are appealing and responsive. We’ll look at FXML, the XML-based markup language that lets you define and configure your UI. We’ll also introduce Scene Builder, a stand-alone drag-and-drop utility for designing and configuring a JavaFX UI.

app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/01_app_structure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ toc:
1919
description: "Explore JavaFX application components and build a simple application."
2020
last_update: 2023-09-11
2121
author: ["GailC.Anderson", "PaulAnderson"]
22+
byline: 'and is from <a href="https://link.springer.com/book/10.1007/978-1-4842-7268-8">The Definitive Guide to Modern Java Clients with JavaFX 17</a> graciously contributed by Apress.'
2223
---
2324

2425
<a id="stage-scene">&nbsp;</a>

app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/02_layout_controls.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ toc:
2121
description: "Let's take a tour of some common JavaFX layout controls."
2222
last_update: 2023-09-12
2323
author: ["GailC.Anderson", "PaulAnderson"]
24+
byline: 'and is from <a href="https://link.springer.com/book/10.1007/978-1-4842-7268-8">The Definitive Guide to Modern Java Clients with JavaFX 17</a> graciously contributed by Apress.'
2425
---
2526

2627
<a id="intro">&nbsp;</a>

app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/03_effects_gradients.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ toc:
1818
description: "Learn how to apply effects, gradients, animations to nodes in your scene graph. "
1919
last_update: 2023-09-12
2020
author: ["GailC.Anderson", "PaulAnderson"]
21+
byline: 'and is from <a href="https://link.springer.com/book/10.1007/978-1-4842-7268-8">The Definitive Guide to Modern Java Clients with JavaFX 17</a> graciously contributed by Apress.'
2122
---
2223

2324
<a id="enhance-app">&nbsp;</a>

app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/04_javafx_properties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ toc:
1919
description: "Control nodes by manipulating their properties. "
2020
last_update: 2023-09-12
2121
author: ["GailC.Anderson", "PaulAnderson"]
22+
byline: 'and is from <a href="https://link.springer.com/book/10.1007/978-1-4842-7268-8">The Definitive Guide to Modern Java Clients with JavaFX 17</a> graciously contributed by Apress.'
2223
---
2324

2425
<a id="intro">&nbsp;</a>

app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/05_fxml.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ toc:
1717
description: "Control nodes by manipulating their properties. "
1818
last_update: 2023-09-12
1919
author: ["GailC.Anderson", "PaulAnderson"]
20+
byline: 'and is from <a href="https://link.springer.com/book/10.1007/978-1-4842-7268-8">The Definitive Guide to Modern Java Clients with JavaFX 17</a> graciously contributed by Apress.'
2021
---
2122

2223
<a id="intro">&nbsp;</a>

app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/06_all_together.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ toc:
2222
description: "Control nodes by manipulating their properties. "
2323
last_update: 2023-09-12
2424
author: ["GailC.Anderson", "PaulAnderson"]
25+
byline: 'and is from <a href="https://link.springer.com/book/10.1007/978-1-4842-7268-8">The Definitive Guide to Modern Java Clients with JavaFX 17</a> graciously contributed by Apress.'
2526
---
2627

2728
<a id="overview">&nbsp;</a>

app/templates/partials/_author_byline.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
<a href="/author/{{ file.fm.author }}">{{ file.data.authorsMap[file.fm.author].name }}</a>
1010
{% endif %}
1111

12-
under the <a href="https://oss.oracle.com/licenses/upl/">UPL</a><br />
12+
under the <a href="https://oss.oracle.com/licenses/upl/">UPL</a> {{ file.fm.byline | safe }}
1313

14+
<br />

0 commit comments

Comments
 (0)