Re: RFR: 8224261: JProgressBar always with border painted around it [v7]

2023-11-23 Thread Alexey Ivanov
On Wed, 22 Nov 2023 04:25:38 GMT, Abhishek Kumar wrote: >> JProgressBar is always painted with border irrespective of the value set via >> the API `setBorderPainted(boolean value)` in Synth (Nimbus and GTK) LAF. >> Proposed fix is to add a check before painting the component. >> >> CI jobs are

Re: RFR: 8224261: JProgressBar always with border painted around it [v7]

2023-11-21 Thread Abhishek Kumar
> JProgressBar is always painted with border irrespective of the value set via > the API `setBorderPainted(boolean value)` in Synth (Nimbus and GTK) LAF. > Proposed fix is to add a check before painting the component. > > CI jobs are green after the fix. Links attached to JBS. Abhishek Kumar ha