On Fri, 4 Sep 2026 11:53:08 GMT, Jayathirth D V <[email protected]> wrote:

>> Prasanta Sadhukhan has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Windows Progrssbar fix
>
> src/java.desktop/macosx/classes/com/apple/laf/AquaProgressBarUI.java line 172:
> 
>> 170:             if (isCircular) {
>> 171:                 painter.state.set(Widget.PROGRESS_SPINNER);
>> 172:                 painter.paint(g, c, 2, 2, 16, 16);
> 
> Looks like we need to handle circular progress bar path also. Here also we 
> can get legacy Graphics object.
> 
> These circular bars seems be present only in Aqua LAF.

It's using Graphics object only, not Graphics2D so no need to change anything..

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/31749#discussion_r3934106099

Reply via email to