On Thu, 21 Nov 2024 19:36:20 GMT, Alexander Zvegintsev
wrote:
> There are a few minor mentions of the Warning Window left
>
> ```
> ./src/java.desktop/unix/classes/sun/awt/X11/XWindow.java:1492: *
> XWarningWindow, both of which have the XWindow as a common ancestor.
I've updated the comm
> This fix deprecates for removal java.awt.Window.getWarningString() and also
> javax.swing.JInternalFrame.getWarningString()
> l java.awt.Window.getWarningString() is only relevant with a SecurityManager
> and javax.swing.JInternalFrame.getWarningString() is just there for symmetry.
>
> A few o