-
Bug
-
Resolution: Fixed
-
P3
-
8u5, 8u20
-
Windows 7
Hi I am developing a video editing software and my application was running successfully with jdk7 but it started giving some problem with jdk 8.0 update 5 and as well as with jdk 8.0 update 20 early access.
One problem with progress-bar. I created a class which run progress bar with background thread.
It was running successfully with jdk7.0u45 but with jdk 8, after clicking 2 to 9 times <Show Progress Bar> button it's blue animation disappears while the progress-bar remains.
I will send the testApp (with code being used) and the snapshot or image file to the assignee's email to understand this issue.
to reproduce the issue please fallow these steps with TestApp.
1) In testApp press <Show Progress Bar> button. (It will starts showing progress bar)
2) In progress bar popup window <Cancel> button is there. On pressing <Cancel> button it will hide the progress bar window.
Repeat the above steps few times (Max 9 times) it's blue animation disappears while the progress-bar remains.
Please suggest any workaround.
Thanks & Regards
Rahul K. Sharma
One problem with progress-bar. I created a class which run progress bar with background thread.
It was running successfully with jdk7.0u45 but with jdk 8, after clicking 2 to 9 times <Show Progress Bar> button it's blue animation disappears while the progress-bar remains.
I will send the testApp (with code being used) and the snapshot or image file to the assignee's email to understand this issue.
to reproduce the issue please fallow these steps with TestApp.
1) In testApp press <Show Progress Bar> button. (It will starts showing progress bar)
2) In progress bar popup window <Cancel> button is there. On pressing <Cancel> button it will hide the progress bar window.
Repeat the above steps few times (Max 9 times) it's blue animation disappears while the progress-bar remains.
Please suggest any workaround.
Thanks & Regards
Rahul K. Sharma
- relates to
-
JDK-8119008 Indeterminate progress bar causes memory leak
- Resolved