Re: newbie question
simone <a_simone@xxxxxxxxxxxxxxx> writes:
> 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.
.
Relevant Pages
- newbie question
... 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. ... (comp.lang.java.help) - Re: Communication between java programs
... > java programs (running as separate processes on a windows machine). ... > am using the GUI to start one of the processes as follows (the other ... (comp.lang.java.programmer) - output variables - GUIDE - varargout
... command window or calling function upon closing the GUI. ... most recent values of handles.x to be returned using varargout. ... Running the below code at the command window returns only the ... % End initialization code - DO NOT EDIT ... (comp.soft-sys.matlab) - Re: Terminal window from compiled GUI
... One of the users has a request to be able to see raw data that the GUI uses. ... Is there a way to invoke a matlab terminal window into the memory space of a compiled GUI while it's running? ... You will not be able to bring up MATLAB's command window from a compiled app, the MCR does not have the interpreter/etc. ... (comp.soft-sys.matlab) - Re: problem with selection in GUI
... Error in ==> test1 at 42 ... your GUI figure window was created but left in an interim hidden state. ... Then when you rerun, it complains that the figure already exists or something similar. ... type the following in the command Window ... (comp.soft-sys.matlab) |
|