com.apple.eawt.FullScreenAdapter has no replacement in Java 9/10
I can't seem to access com.apple.eawt package in Java 9 and 10. I understand the package is not accessible but i can't seem to access it even with --add-exports java.desktop/com.apple.eawt=ALL-UNNAMED as a VM parameter.
Moreover my app has been using com.apple.eawt.FullScreenAdapter to detect maximizing the window on Mac OS but I don't see any direct replacement in java.awt.Desktop.
I looked at java.awt.Desktop source code and I don't see anything.
Am I missing something or is the functionality gone?