From 4d13c6beb522374148ae24b858a44461ca651e36 Mon Sep 17 00:00:00 2001 From: Alexander Krimm Date: Tue, 8 Aug 2023 12:35:42 +0200 Subject: [PATCH] Samples: fix typos and descriptions in sampler welcome screen --- .../java/io/fair_acc/sample/ChartFxDatasetSamplerProject.java | 2 +- .../java/io/fair_acc/sample/ChartFxFinancialSamplerProject.java | 2 +- .../main/java/io/fair_acc/sample/ChartFxMathSamplerProject.java | 2 +- .../main/java/io/fair_acc/sample/ChartFxMiscSamplerProject.java | 2 +- .../src/main/java/io/fair_acc/sample/ChartFxSamplerProject.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxDatasetSamplerProject.java b/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxDatasetSamplerProject.java index a93cf5628..f0e7654bd 100644 --- a/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxDatasetSamplerProject.java +++ b/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxDatasetSamplerProject.java @@ -37,7 +37,7 @@ public class ChartFxDatasetSamplerProject implements FXSamplerProject { pane.getChildren().add(imgView); Label label = new Label(); label.setWrapText(true); - label.setText("Weilcome to ChartFx!\nThis library provides a wide array of facilities for high performance scientiific plotting.\n\n Explore the available chart controls by clicking on the options to the left."); + label.setText("Welcome to ChartFx!\nThis library provides a wide array of facilities for high performance scientific plotting.\n\n Explore the available chart controls by clicking on the options to the left."); label.setStyle("-fx-font-size: 1.5em; -fx-padding: 20 0 0 5;"); vBox.getChildren().addAll(pane, label); return new WelcomePage("Welcome to ChartFx!", vBox); diff --git a/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxFinancialSamplerProject.java b/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxFinancialSamplerProject.java index 8bfae3656..dd5c5937b 100644 --- a/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxFinancialSamplerProject.java +++ b/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxFinancialSamplerProject.java @@ -37,7 +37,7 @@ public class ChartFxFinancialSamplerProject implements FXSamplerProject { pane.getChildren().add(imgView); Label label = new Label(); label.setWrapText(true); - label.setText("Weilcome to ChartFx!\nThis library provides a wide array of facilities for high performance scientiific plotting.\n\n Explore the available chart controls by clicking on the options to the left."); + label.setText("Welcome to the ChartFx financial samples!\nThese samples showcase the financial plotting tools included in ChartFx.\n\n Explore the available chart types by clicking on the options to the left."); label.setStyle("-fx-font-size: 1.5em; -fx-padding: 20 0 0 5;"); vBox.getChildren().addAll(pane, label); return new WelcomePage("Welcome to ChartFx!", vBox); diff --git a/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxMathSamplerProject.java b/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxMathSamplerProject.java index 3471a1d34..9a2576368 100644 --- a/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxMathSamplerProject.java +++ b/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxMathSamplerProject.java @@ -37,7 +37,7 @@ public class ChartFxMathSamplerProject implements FXSamplerProject { pane.getChildren().add(imgView); Label label = new Label(); label.setWrapText(true); - label.setText("Weilcome to ChartFx!\nThis library provides a wide array of facilities for high performance scientiific plotting.\n\n Explore the available chart controls by clicking on the options to the left."); + label.setText("Welcome to the ChartFx math samples!\nThese samples showcase the use of ChartFx and the accompanying data processing facilities.\n\n Explore the available samples by clicking on the options to the left."); label.setStyle("-fx-font-size: 1.5em; -fx-padding: 20 0 0 5;"); vBox.getChildren().addAll(pane, label); return new WelcomePage("Welcome to ChartFx!", vBox); diff --git a/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxMiscSamplerProject.java b/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxMiscSamplerProject.java index 86a840715..c7dc22f5c 100644 --- a/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxMiscSamplerProject.java +++ b/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxMiscSamplerProject.java @@ -37,7 +37,7 @@ public class ChartFxMiscSamplerProject implements FXSamplerProject { pane.getChildren().add(imgView); Label label = new Label(); label.setWrapText(true); - label.setText("Weilcome to ChartFx!\nThis library provides a wide array of facilities for high performance scientiific plotting.\n\n Explore the available chart controls by clicking on the options to the left."); + label.setText("Welcome to ChartFx misc samples!\nHere you can explore additional controls which are not directly charting related but might be useful in a general context.\n\n Explore the available chart controls by clicking on the options to the left."); label.setStyle("-fx-font-size: 1.5em; -fx-padding: 20 0 0 5;"); vBox.getChildren().addAll(pane, label); return new WelcomePage("Welcome to ChartFx!", vBox); diff --git a/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxSamplerProject.java b/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxSamplerProject.java index f527d2072..001adafb8 100644 --- a/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxSamplerProject.java +++ b/chartfx-samples/src/main/java/io/fair_acc/sample/ChartFxSamplerProject.java @@ -37,7 +37,7 @@ public class ChartFxSamplerProject implements FXSamplerProject { pane.getChildren().add(imgView); Label label = new Label(); label.setWrapText(true); - label.setText("Weilcome to ChartFx!\nThis library provides a wide array of facilities for high performance scientiific plotting.\n\n Explore the available chart controls by clicking on the options to the left."); + label.setText("Welcome to ChartFx samples!\nThis library provides a wide array of facilities for high performance scientific plotting.\n\n Explore the available chart controls by clicking on the options to the left."); label.setStyle("-fx-font-size: 1.5em; -fx-padding: 20 0 0 5;"); vBox.getChildren().addAll(pane, label); return new WelcomePage("Welcome to ChartFx!", vBox);