Relates :
|
|
Relates :
|
The test program for JDK-8170459 has highlighted a regression in behavior in the animation of indeterminate ProgressIndicator. Steps to reproduce: 1. Run the attached test program 2. BUG: notice that the ProgressIndicator does not animate. This is a regression from JDK 8u. If you move the "setScene" call after the ProgressIndicator is added to the scene, it works fine.
|