I'm working on a java swing application that will be used in a psychology experiment and the researchers have requested that I make the program "black out the screen" in order that there should be no outside stimuli for the user. They want the swing app to be truly full-screen and without any type of title bar or minimize/maximize/close buttons on the top.
The software will be running in a Windows XP environment using JavaSE 6.
How can I do this and please provide a code snippet if applicable.
Thanks!