ErrorInfo in JavaFX

Is there any way in JavaFX to prompt and handle errors similar to org.​jdesktop.​swingx.​error.​ErrorInfo class ?

Please let me know if any way available in JavaFX.


An ErrorInfo dialog handler is not part of the core JavaFX 2.2 platform. You will have to develop such a handler yourself.

There are a couple of existing JavaFX dialog projects around. If you wish, you could base your work off of one of these projects and contribute back such a dialog handler - JavaFX UI controls sandbox, jfxtras and MonologFX.

链接地址: http://www.djcxy.com/p/65918.html

上一篇: JavaFX是开源的吗?

下一篇: JavaFX中的ErrorInfo