To be simple, the desired goal is to freeze the active rendering loop on window resize (in order to get rid of some unsavory flashing as described here), but there doesn't appear to be a straightforward way to a determine when the border of a Frame/JFrame is grabbed.
Of course, an event is thrown when the frame border is grabbed and resized. This could be useful in that a small wait could be added after each resize event to freeze the rendering loop, but this would produce a nice frozen frame after the frame is done resizing. It would be best to have an actual event thrown. Does anyone know of how to do this?
NOTE: To be clear, I need to know when the frame border is grabbed and not when the frame is resized