Jonathan Giles
Jonathan Giles
**Original comment by JJ (Bitbucket: [EstebanDolero](https://bitbucket.org/EstebanDolero), GitHub: Unknown).** ---------------------------------------- Hi there! I'm wondering if, any of you have found the solution (or workaround) to the Constructor arguments bug, by importing...
**Original comment by JJ (Bitbucket: [EstebanDolero](https://bitbucket.org/EstebanDolero), GitHub: Unknown).** ---------------------------------------- It works! :) Thanks!
**Original comment by Andreas Liebelt (Bitbucket: [aliebelt](https://bitbucket.org/aliebelt), GitHub: [aliebelt](https://github.com/aliebelt)).** ---------------------------------------- You should put all JARs with classes that are used in the scene builder custom library folder.
**Original comment by JJ (Bitbucket: [EstebanDolero](https://bitbucket.org/EstebanDolero), GitHub: Unknown).** ---------------------------------------- Someone has tried to import an own CustomControl .jar that implements another class? I have been trying to do this for...
**Original comment by Andreas Liebelt (Bitbucket: [aliebelt](https://bitbucket.org/aliebelt), GitHub: [aliebelt](https://github.com/aliebelt)).** ---------------------------------------- Btw. the new URL for the Scene Builder issue is: https://bugs.openjdk.java.net/browse/JDK-8091246
**Original comment by Rostunov Sergey (Bitbucket: [RostunovSergey](https://bitbucket.org/RostunovSergey), GitHub: Unknown).** ---------------------------------------- How about fix this? How you build comfortable applications with controls (in FXML) without Scene Builder?
**Original comment by Anirvan Sarkar (Bitbucket: [AnirvanSarkar](https://bitbucket.org/AnirvanSarkar), GitHub: [AnirvanSarkar](https://github.com/AnirvanSarkar)).** ---------------------------------------- Looks like having a zero parameter constructor is not necessary if you use [`@NamedArg`](https://docs.oracle.com/javase/8/javafx/api/javafx/beans/NamedArg.html) annotation in parametrized constructors. For more...
**Original comment by Jason Pollastrini (Bitbucket: [jdub1581](https://bitbucket.org/jdub1581), GitHub: [jdub1581](https://github.com/jdub1581)).** ---------------------------------------- Well I did a little more testing... Here's what I found: Some of the controls extend ControlsFXControl, this prevents the...
**Original comment by Jason Pollastrini (Bitbucket: [jdub1581](https://bitbucket.org/jdub1581), GitHub: [jdub1581](https://github.com/jdub1581)).** ---------------------------------------- Well, I know what you mean Samir... You don't really need a default contstructor for all of the classes, and...
**Original comment by Łukasz Śliwiński (Bitbucket: [plum](https://bitbucket.org/plum), GitHub: [plum](https://github.com/plum)).** ---------------------------------------- Unfortunately I see also pure response from Scene Builder team. I was thinking that Scene Builder will be 'driving force'...