FSEM Screen Changes
I'm having trouble changing between displayable screens in FSEM.
In windowed mode, I have no trouble displaying different, preconstructed, custom screens (JFrame derived) by simplying toggling setVisible(). Once in FSEM however, the only way I have
found to do the same is to recall GraphicsDevice.setFullScreenWindow(screen) which, according to JavaDoc (and my experience), reverts me to windowed mode including the prior DisplayMode setting, before then reconverting to
FSEM mode. I also have to recall setDisplayMode to get back the same
DisplayMode I just had in FSEM when I was forced to leave it. The mode switches the monitor is going thru make for a difficult user experience.
My Question: Isn't there a more graceful way
to change the displaying screen while remaining in FSEM mode
with the DisplayMode one already has?
Thank you for any insights?

