views:

24

answers:

0

Hi,

What I want is to run my application in fullscreen mode, but without Windows window, title bar or anything else - just the content that I have created. I tried

stage.displayState = StageDisplayState.FULL_SCREEN;

which works, but I can't get rid of the window and the title bar. Help?