Hi Martin, 

---- Martin Desruisseaux wrote ----


> One additional comment: when executing the application, I initially got
> a ClassNotFoundError. I got it working by adding the following
> dependency in the pom.xml:
> 
>          <dependency>
>             <groupId>org.controlsfx</groupId>
>             <artifactId>controlsfx</artifactId>
>             <version>8.40.12</version>
>         </dependency>
> 
> I would also like which widgets from those external libraries are used?
> Would it be possible to build the application using only the JavaFX
> provided in JDK 8 or 9?


So far I haven't used anything from controlsfx. But it could be useful. I doubt 
we will require much from it. One of the most useful components they have is a 
PopOver which I might use for complicated pop-ups. 

Regards 
Siddhesh

Reply via email to