Re: RFR: 8338000: [macos] Remove GlassFullscreenWindow

2024-11-28 Thread Michael Strauß
On Sun, 17 Nov 2024 20:18:28 GMT, Martin Fox wrote: > The GlassFullscreenWindow class hasn't been instantiated since applet support > was removed (JDK-8201538). This PR removes the class and the one (unused) > member variable of that type. The code changes look good. I built and tested the cha

Re: RFR: 8338000: [macos] Remove GlassFullscreenWindow

2024-11-26 Thread Kevin Rushforth
On Sun, 17 Nov 2024 20:18:28 GMT, Martin Fox wrote: > The GlassFullscreenWindow class hasn't been instantiated since applet support > was removed (JDK-8201538). This PR removes the class and the one (unused) > member variable of that type. @andy-goryachev-oracle can you be the second reviewer?