detect WHILE a window is being resized
992353Feb 20 2013 — edited Feb 21 2013Hi,
Just got back into Java again. Used it in the from time to time during the last 13 years. Can't remember my old account or I would have used that one.
This time around I am using JavaFX instead of Swing. I was wondering how to detect while (not when) a window is being resized. I want to pause all drawing threads while the window is being resized. There doesn't seam to be any answers in the JavaFX API. Anyone have any possible solutions?
Thanks,
Carl