On Mon, 2 Dec 2024 19:01:06 GMT, Phil Race <[email protected]> wrote:
>> Remove SecurityManager related code in the desktop module that is not
>> covered by other PRs
>
> Phil Race has updated the pull request incrementally with one additional
> commit since the last revision:
>
> 8345143
LGTM
src/java.desktop/share/classes/javax/swing/DefaultListCellRenderer.java line
108:
> 106: if (System.getSecurityManager() != null) {
> 107: if (border != null) return border;
> 108: return SAFE_NO_FOCUS_BORDER;
Changes looks good. SAFE_NO_FOCUS_BORDER no longer used.
-------------
Marked as reviewed by honkar (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/22424#pullrequestreview-2474123132
PR Review Comment: https://git.openjdk.org/jdk/pull/22424#discussion_r1866744305