Matt Gerrans
Posts: 1153
Nickname: matt
Registered: Feb, 2002
|
|
Re: JFrame help
|
Posted: Aug 8, 2002 9:02 AM
|
|
|
Additionally, you can probably customize your development environment to use JavaW.exe instead of Java.exe. However, keep in mind that the value of using Java.exe is that if you have any uncaught exceptions, you will see them in that DOS box (or command shell, as it were). For this reason, I would leave the development environment as is (using java.exe) and not worry about the command shell window. When you are finished with development (ha!) and want to run your application separately, or if you set up a link to it, then use Javaw.exe.
|
|