JDK-8079764 : No indication in the progress bar to differentiate 0 and 1 in Nimbus and Windows L&F
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Incomplete
  • OS: windows
  • CPU: generic
  • Submitted: 2015-05-08
  • Updated: 2015-05-08
  • Resolved: 2015-05-08
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 9
9Resolved
Related Reports
Relates :  
Description
Product(s) tested: JDK 9b62(64-bit), JDK 9b50(64-bit)
OS/architecture: Windows/x64
Reproducible: Always
Reproducible on machine: spb23274.ru.oracle.com

Test case : ProgressBarTest.java (attached)

Expected Behavior  : 
Small painting on progress bar for value "1" should be present to differentiate it with value "0".

Actual Behavior :
No indication in the progress bar to differentiate between 0 and 1 with WindowsL&F(refer JDK9b62_WindowsLnF.png) and NimbusL&F(refer JDK9b62_Nimbus.png)
But we can see clearly with WindowsClassicL&F (refer JDK9b62_WindowsClassicLnF.png) 

Comments
How should this indication look like if L&F painting approach is discrete? Please provide a description or mockup
08-05-2015