Sirish,

This is a ControlsFX issue, not an OpenJFX issue. The discussion should take place in the ControlsFX discussion group over at http://groups.controlsfx.org

Regarding this issue - you need to use the 8u20 version of ControlsFX if you want to run on JavaFX 8u20. Please read the release announcement for 8.0.6 here: http://fxexperience.com/2014/05/announcing-controlsfx-8-0-6/

-- Jonathan

On 5/08/2014 11:51 a.m., Sirish Vadala wrote:
Hello All,

Right now I am working on a project running on JavaFX 8 (jdk1.8.0_05) and
working on upgrading it to jdk1.8.0_20. However I am having issues with the
dialogs.

I am using ControlsFX to implement the dialogs.

The following is the error message that I get:
-----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
  java.lang.NoSuchMethodError:
com.sun.javafx.scene.traversal.TraversalEngine.<init>(Ljavafx/scene/Parent;Z)V
at org.controlsfx.control.ButtonBar$2.<init>(ButtonBar.java:413)
  at org.controlsfx.control.ButtonBar.<init>(ButtonBar.java:413)
  at org.controlsfx.control.ButtonBar.<init>(ButtonBar.java:356)
at org.controlsfx.dialog.Dialog.createButtonPanel(Dialog.java:978)
  at org.controlsfx.dialog.Dialog.createCenterPanel(Dialog.java:973)
  at org.controlsfx.dialog.Dialog.buildDialogContent(Dialog.java:894)
at org.controlsfx.dialog.Dialog.show(Dialog.java:321)
  at org.controlsfx.dialog.Dialogs.showSimpleContentDialog(Dialogs.java:847)
  at org.controlsfx.dialog.Dialogs.showConfirm(Dialogs.java:471)
-----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------

Thanks. -SV-

Reply via email to