RFR: 8322135: javax/swing/JTable/JTableScrollPrintTest.java & javax/swing/JTable/PrintAllPagesTest.java throws java.lang.InternalError: HTHEME is null [v2]

Alexey Ivanov aivanov at openjdk.org
Mon Apr 22 15:17:30 UTC 2024


On Mon, 22 Apr 2024 07:03:54 GMT, Tejesh R <tr at openjdk.org> wrote:

>> Yes, `openTheme()` actually returns 0. Hence I used `null` && `0` checker.
>
> Moved the failure handling to `openThemeImpl()`.

> Yes, `openTheme()` actually returns 0. …

This is why it can't be `null`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18706#discussion_r1574932209


More information about the client-libs-dev mailing list