changing scenes in full screen
问题 I have read several questions/solutions here that are related to my problems. but nothing seems to work. so I have a primarystage in fullscreen mode, say if i click a button it changes the scene. but the stage seems to display the taskbar. also I resolved the issue by adding this to all of the scene methods.. stage.setFullScreen(false); stage.setFullScreen(true); BUT, the transition in scenes is not that fluid. first it goes to desktop and back to fullscreen.. which is not the ideal solution.