Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr authored Oct 30, 2024
1 parent 7995599 commit caabe82
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EmbeddedSceneBuilderDemo
# Embedded Scene Builder Demo

Simple JavaFX demo application that embeds Scene Builder Kit

Expand All @@ -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

Expand Down

0 comments on commit caabe82

Please sign in to comment.