View Full Version : another problem


vandoor
01-05-2003, 12:48 PM
hy everybody,

i ve a class that extends Frame and when i want to show my frame, the emulator don't want to do it.
but i can view logs in my console and the code is executed...
i don t understand !!!

+++

vandoor

gunnar-p800
26-05-2003, 10:05 PM
hy everybody,

i ve a class that extends Frame and when i want to show my frame, the emulator don't want to do it.
but i can view logs in my console and the code is executed...
i don t understand !!!

+++

vandoor

If you start the emulator from a DOS command line to run the 'pjava_g' virtual machine directly then sometimes the application doesn't show up in the emulator. If so you may need to hold down CTRL+SHIFT+ALT+T which brings up a Task List. If your application still runs you should find it there.
Select it and press "Go to File" in order to bring its UI to the front.
This problem isn't know to occur if you run the application from the emulator as an installed application.