Hello,
is there a method to remove the content from a JFXDialog ?
I couldn't find any, so everytime I do dialog.setContent(content), it adds one more content on foreground. Am I doing it the wrong way ?

Hello,
well the implementation of setContent should call the method setAll instead of add, will fix it soon and push the changes.
Thanks for pointing out the issue 馃憤
Regards,
The fix will be pushed to JFoenix 1.6 by the end of the month, meanwhile you can get the fix by downloading the latest JFoenix jar.
Regards,
Most helpful comment
Hello,
well the implementation of setContent should call the method setAll instead of add, will fix it soon and push the changes.
Thanks for pointing out the issue 馃憤
Regards,