From caabe824e9036d2120c408e1d3dd0d99e77467cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pereda?= Date: Wed, 30 Oct 2024 10:39:36 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 045ccd2..e9e77e0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# EmbeddedSceneBuilderDemo +# Embedded Scene Builder Demo Simple JavaFX demo application that embeds Scene Builder Kit @@ -22,11 +22,13 @@ Holds the operations that can be done in the SceneBuilderPane, namely the handle ### DependencyScanner -Scans the modulepath/classpath of the application, and finds out all possible custom JavaFX controls, and adds them to the Custom Control section of the library. +Scans the modulepath/classpath of the application, and finds out all possible custom JavaFX controls, and adds them to the Custom section of the library. ### DemoApplication -Simple JavaFX application with the SceneBuilderPane node and some buttons to interact with it. +Simple JavaFX application with the SceneBuilderPane node and some buttons to interact with it. + +The app uses [ControlsFX](https://github.com/controlsfx/controlsfx) just to show how the Custom section of the library is generated. ## Run