Re: RFR: 8342903: Deprecate for removal java.awt.Window.getWarningString() [v5]

2024-11-21 Thread Phil Race
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

Re: RFR: 8342903: Deprecate for removal java.awt.Window.getWarningString() [v5]

2024-11-21 Thread Phil Race
> 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