-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
-
Windows XP Home Edition ServicePack 3, Eclipse IDE 3.7, Java JDK 1.6.26, Java JRE 1.6.26, JavaFX 2.0 build 37
I have created an application that opens a modal window created with the UserEdit class, which I attach below, by the following code that I put on my launcher class (primary stage):
UserEdit userBox = new UserEdit(stage);
userBox.start(new Stage());
when I try to close that window, it reopens again automatically. This code works fine with JavaFX 2.0 build 36. This issue only occurs with JavaFX 2.0 build 37.
UserEdit userBox = new UserEdit(stage);
userBox.start(new Stage());
when I try to close that window, it reopens again automatically. This code works fine with JavaFX 2.0 build 36. This issue only occurs with JavaFX 2.0 build 37.
- relates to
-
JDK-8114150 Single click on button shows up as double click
- Closed