JDK-6945630 : Custom progress: improve smoothness of progress reporting
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6u18
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-04-20
  • Updated: 2010-09-17
  • Resolved: 2010-05-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u21 b05Fixed 7Fixed
Related Reports
Relates :  
Description
Current custom progress for JavaFX starts showing progress from 60-70% and then slowly moves till 100%. 
This is likely to happen because FX runtime consist of several files of different sizes and small files are loaded fast.
Progress is also shown with delay and therefore first part of download is not visualized. 

We need to improve perceived impression.

Comments
EVALUATION Consider: - providing sizes with jar entries in the JNLP and allocating progress chuncks proportionally - "rescaling the overall progress" - whatever is current state when progress is shown have to be zero
20-04-2010