Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: first_app.intellij-idea
title: Building a Java application in IntelliJ IDEA
title: Building a Java Application in IntelliJ IDEA
slug: learn/intellij-idea
type: tutorial
category: start
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ toc:
- Generating Code {generating}
- Refactoring {refactoring}
- Summary {summary}
description: "Installing and getting started with the Eclipse IDE for developing Java applications"
description: "Installing and getting started with the Eclipse IDE for developing Java applications."
last_update: 2024-04-15
author: ["DanielSchmid"]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ main_css_id: learn
description: "Getting to know the basics of the Java language."
---

This part of the tutorial covers the basics of the language, including: variables, operators, expressions, statements, blocks and control flow statements.
This part of the tutorial covers the basics of the language, including variables, operators, expressions, statements, blocks and control flow statements.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ toc:
- Reflection {reflection}
- Configuring Actions {config-actions}
- Animation {animation}
description: "Learn how to apply effects, gradients, animations to nodes in your scene graph. "
description: "Learn how to apply effects, gradients, animations to nodes in your scene graph."
last_update: 2023-09-12
author: ["GailC.Anderson", "PaulAnderson"]
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.'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ toc:
- Bidirectional Binding {unidir-binding}
- Unidirectional Binding {bidir-binding}
- Fluent API and Bindings API {fluent-api}
description: "Control nodes by manipulating their properties. "
description: "Control nodes by manipulating their properties."
last_update: 2023-09-12
author: ["GailC.Anderson", "PaulAnderson"]
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.'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ toc:
- JavaFX Application Class {javafx-app-class}
- Adding CSS {add-css}
- Using Scene Builder {scene-builder}
description: "Control nodes by manipulating their properties. "
description: "Control nodes by manipulating their properties."
last_update: 2023-09-12
author: ["GailC.Anderson", "PaulAnderson"]
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.'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ toc:
- Person UI Application Actions {app-actions}
- Person UI with Records {app-records}
- Key Point Summary {summary}
description: "Control nodes by manipulating their properties. "
description: "Control nodes by manipulating their properties."
last_update: 2023-09-12
author: ["GailC.Anderson", "PaulAnderson"]
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.'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: javafx.animation
title: Introduction to JavaFX animations
title: Introduction to JavaFX Animations
slug: learn/javafx-animations
type: tutorial
group: rich-client-apps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ toc:
- Should I wait for Java 21? {java-21}
- What is covered {topics}
- How to study {study}
description: "Overview of the Java Certification and how to study"
description: "Overview of the Java Certification and how to study."
last_update: 2023-07-30
author: ["JeanneBoyarsky"]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ toc:
- Debugger basics {basic}
- Advanced techniques {advanced}
- Documentation {docs}
description: "Learning how to use a debugger"
description: "Learning how to use a debugger."
last_update: 2023-11-05
author: ["JeanneBoyarsky"]
---
Expand Down
2 changes: 1 addition & 1 deletion app/pages/learn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ subheader_select: tutorials

<div class="learn-group">

## References for the latest release
## References for the Latest Release

- [Java Documentation](doc:java-documentation)
- [Java API Docs](doc:java-api-docs)
Expand Down
4 changes: 2 additions & 2 deletions docs/working-with-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ There are 7 entries on the tutorial welcome page:
- Staying Aware of New Features
- Getting to Know the Language
- Mastering the API
- Organizing your Application
- Getting to know the JVM
- Organizing Your Application
- Getting to Know the JVM
- References

These 7 entries are hard-coded in the `template/pages/learn/index.html` page. A page is displayed under an entry on this page if it is a `tutorial` page that has the right `category` defined in its front matter.
Expand Down