In the java programs I have written so far, when using swing to create a
GUI, I always get a command window (Microsoft OS) that must be closed
manually. Is there a way to create a GUI where no command window pops up?
Thanks,
Simone
Tor Iver Wilhelmsen - 28 Apr 2005 18:37 GMT
> In the java programs I have written so far, when using swing to create
> a GUI, I always get a command window (Microsoft OS) that must be
> closed manually. Is there a way to create a GUI where no command
> window pops up?
Yes, use javaw.exe instead of java.exe to start the program.