<Swing Dev> RFR: 4916923: In MetalRootPaneUI, MetalRootLayout does not correctly calculate minimumsize

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Wed Oct 7 06:51:09 UTC 2020


On Mon, 5 Oct 2020 19:32:29 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> I tried at the time of PR but unable to check as MetalRootLayout is private so not able to access its methods. That is
>> why I ran all client-tier3 jtreg and jck tests, and mach5 job link is posted in JBS.
>
> If the MetalRootLayout is private and it is not possible to trigger this code in other ways, then it means we can
> delete it?

MetalRootLayout class and methods are private but it is called from MetalRootPaneUI so we cannot delete it
but I could not find any ways to invoke MetalRootLayout methods from testcase.

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

PR: https://git.openjdk.java.net/jdk/pull/433


More information about the swing-dev mailing list