Hi, Builders were removed from JavaFX since jdk9. https://bugs.openjdk.java.net/browse/JDK-8092861 <https://bugs.openjdk.java.net/browse/JDK-8092861>
There is no alternative as such but to construct the needed scene graph objects directly. Please see description of https://bugs.openjdk.java.net/browse/JDK-8175964 <https://bugs.openjdk.java.net/browse/JDK-8175964>. Regards, Ajit > On 10-Jan-2019, at 11:31 AM, Heitor Projects - Jose <[email protected]> > wrote: > > Hi, > > > > I am migrating a swing interop application from JavaFX-8 to JavaFX-11... > > > > Have the ButtonBuilder, HBoxBuilder, etc. been removed? And if so, can anyone > point me to an example alternative? > > > > Jose Heitor
