RFR: 8318577: Windows Look-and-Feel JProgressBarUI does not render correctly on 2x UI scale [v2]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Thu Jan 23 03:16:46 UTC 2025
On Wed, 22 Jan 2025 17:41:48 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> But you're modifying the rendering in the portion which renders progress bar without XP Style.
I guess I am modifying for presence of XPStyle
XPStyle xp = XPStyle.getXP();
if (xp != null) {
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23227#issuecomment-2608756301
More information about the client-libs-dev
mailing list