Fullscreen desktop application

I am making my exe fullscreen using
stage.displayState = StageDisplayState.FULL_SCREEN
but it shows blank screen. When I press Esc key and back to normal screen everything is fine.