DialogBuilder
DialogBuilder copied to clipboard
A way for JavaFx and based on Jfoenix to generate a diglog
Results
2
DialogBuilder issues
Sort by
recently updated
recently updated
newest added
感谢您写的很实用的弹窗工具! 我在使用的过程中,出现了一个不知如何解决的问题 我在创建弹窗时,随意传入了stage的一个控件(工具中是回溯到stage的,我想应该不会有很大影响),虽然弹窗很理想的弹出了,且不影响后续代码执行,但弹窗的过程中以及关闭弹窗的过程中,程序会产生很多的Illegal Argument Exception,都是X+width is out of the surface或者Y+Height is out the surface 我是一个JavaFX使用的新手,请问这种情况是哪一容器的尺寸不合适呢?