Re: How to capture "CTRL C" in a java program
Posted By:
Simon_Ablett
Posted On:
Thursday, June 28, 2001 07:16 AM
If you're writing java to run on various platforms. Bear in mind that CTRL-C might not mean the same on all of them.
Re: How to capture "CTRL C" in a java program
Posted By:
Anonymous
Posted On:
Monday, June 11, 2001 02:07 AM
Hi,
Check this info...
The javaw command is identical to java, except that with javaw there is no
associated console window. Use javaw when you don't want a command
prompt window to appear. The javaw launcher will, however, display a
dialog box with error information if a launch fails for some reason.