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)