-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
fx2.1
-
Using FX 2.1 promoted b04 on Windows
Attached Login.zip contains a NetBeans 7.1 project (use RC2 or above).
At start it displays a first Login screen: use credentials demo / demo and hit OK button ==> you get to a second screen ... but its content is not refreshed.
For doing so we do (see App.java):
Scene scene = stage.getScene();
stage.getScene().setRoot(page); // this call is no longer working, the content of the scene is not refreshed.
The workaround is to create a new scene each time.
At start it displays a first Login screen: use credentials demo / demo and hit OK button ==> you get to a second screen ... but its content is not refreshed.
For doing so we do (see App.java):
Scene scene = stage.getScene();
stage.getScene().setRoot(page); // this call is no longer working, the content of the scene is not refreshed.
The workaround is to create a new scene each time.
- duplicates
-
JDK-8128815 FXML-LoginDemo "login" button does not work
-
- Closed
-