On Wed, 9 Feb 2022 17:50:48 GMT, Dmitry Markov <dmar...@openjdk.org> wrote:
> The Style Masks constants [1], which are utilised by AWT, were deprecated > starting from macOS 10.12 Sierra. It is high time to replace them with new > constants introduced by NSWindowStyleMask enumeration [2]. > > [1] - https://developer.apple.com/documentation/appkit/nspanel/style_masks > [2] - https://developer.apple.com/documentation/appkit/nswindowstylemask This pull request has now been integrated. Changeset: f82866bc Author: Dmitry Markov <dmar...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/f82866bc79cbeeac23716fa6fadd4877f5d0a462 Stats: 22 lines in 5 files changed: 0 ins; 0 del; 22 mod 8281555: [macos] Get rid of deprecated Style Masks constants Reviewed-by: serb, aivanov ------------- PR: https://git.openjdk.java.net/jdk/pull/7408