diff --git a/app/pages/learn/01_tutorial/01_your-first-java-app/02_building-with-intellij-idea.md b/app/pages/learn/01_tutorial/01_your-first-java-app/02_building-with-intellij-idea.md index 18d4958..299f217 100644 --- a/app/pages/learn/01_tutorial/01_your-first-java-app/02_building-with-intellij-idea.md +++ b/app/pages/learn/01_tutorial/01_your-first-java-app/02_building-with-intellij-idea.md @@ -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 diff --git a/app/pages/learn/01_tutorial/01_your-first-java-app/03_building-with-eclipse.md b/app/pages/learn/01_tutorial/01_your-first-java-app/03_building-with-eclipse.md index e510d68..07dbb0d 100644 --- a/app/pages/learn/01_tutorial/01_your-first-java-app/03_building-with-eclipse.md +++ b/app/pages/learn/01_tutorial/01_your-first-java-app/03_building-with-eclipse.md @@ -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"] --- diff --git a/app/pages/learn/01_tutorial/03_getting-to-know-the-language/02_basics/00_language-basics.md b/app/pages/learn/01_tutorial/03_getting-to-know-the-language/02_basics/00_language-basics.md index d4a2f37..c9a850b 100644 --- a/app/pages/learn/01_tutorial/03_getting-to-know-the-language/02_basics/00_language-basics.md +++ b/app/pages/learn/01_tutorial/03_getting-to-know-the-language/02_basics/00_language-basics.md @@ -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. diff --git a/app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/03_effects_gradients.md b/app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/03_effects_gradients.md index 3077fd6..f047ffc 100644 --- a/app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/03_effects_gradients.md +++ b/app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/03_effects_gradients.md @@ -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 The Definitive Guide to Modern Java Clients with JavaFX 17 graciously contributed by Apress.' diff --git a/app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/04_javafx_properties.md b/app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/04_javafx_properties.md index c9f1d62..e6e070e 100644 --- a/app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/04_javafx_properties.md +++ b/app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/04_javafx_properties.md @@ -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 The Definitive Guide to Modern Java Clients with JavaFX 17 graciously contributed by Apress.' diff --git a/app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/05_fxml.md b/app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/05_fxml.md index c58e4a1..5980bde 100644 --- a/app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/05_fxml.md +++ b/app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/05_fxml.md @@ -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 The Definitive Guide to Modern Java Clients with JavaFX 17 graciously contributed by Apress.' diff --git a/app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/06_all_together.md b/app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/06_all_together.md index 3ebd253..ef2be71 100644 --- a/app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/06_all_together.md +++ b/app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/06_all_together.md @@ -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 The Definitive Guide to Modern Java Clients with JavaFX 17 graciously contributed by Apress.' diff --git a/app/pages/learn/01_tutorial/07_rich_client_apps/02_introduction-javafx-animation.md b/app/pages/learn/01_tutorial/07_rich_client_apps/02_introduction-javafx-animation.md index b147235..a361fca 100644 --- a/app/pages/learn/01_tutorial/07_rich_client_apps/02_introduction-javafx-animation.md +++ b/app/pages/learn/01_tutorial/07_rich_client_apps/02_introduction-javafx-animation.md @@ -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 diff --git a/app/pages/learn/01_tutorial/08_more-resources/01_java-certification-overview.md b/app/pages/learn/01_tutorial/08_more-resources/01_java-certification-overview.md index e4a0140..7f09e98 100644 --- a/app/pages/learn/01_tutorial/08_more-resources/01_java-certification-overview.md +++ b/app/pages/learn/01_tutorial/08_more-resources/01_java-certification-overview.md @@ -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"] --- diff --git a/app/pages/learn/01_tutorial/08_more-resources/02_debugging.md b/app/pages/learn/01_tutorial/08_more-resources/02_debugging.md index 3fd908f..07dfc4e 100644 --- a/app/pages/learn/01_tutorial/08_more-resources/02_debugging.md +++ b/app/pages/learn/01_tutorial/08_more-resources/02_debugging.md @@ -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"] --- diff --git a/app/pages/learn/index.md b/app/pages/learn/index.md index 25eb258..2a5ea0f 100644 --- a/app/pages/learn/index.md +++ b/app/pages/learn/index.md @@ -8,7 +8,7 @@ subheader_select: tutorials