Press any key to continue...

Everytime i shut down my java program i still have the dos window giving the press any key to continue message. How do i make sure i don't have to do this everytime?Thanks.
[187 byte] By [faraz4evera] at [2007-10-2 10:41:31]
# 1
use javaw.exe to run the program, not java.exe
Michael_Dunna at 2007-7-13 2:49:11 > top of Java-index,Security,Event Handling...
# 2
I should have mentioned that I'm writing, compiling, and executing the code using JCreator, so i'm not actually typing the java.exe command.
faraz4evera at 2007-7-13 2:49:11 > top of Java-index,Security,Event Handling...
# 3
for JCreatorConfigureOptionsJDK ToolsSelect Tool Type : 'Run Application'<default> (click to highlight and enable buttons)Edit (button, click)check the box for "Close Console on Exit"
Michael_Dunna at 2007-7-13 2:49:11 > top of Java-index,Security,Event Handling...
# 4
Perfect, thanks very much.
faraz4evera at 2007-7-13 2:49:11 > top of Java-index,Security,Event Handling...