[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] SWING App terminates after debug

Hi.
I am writing some of my application interface without using GEF, just plain old java. I did a quick HelloWorld in an extended JFrame and then ran the debug. I never get an actual window built by the java runtime, just Eclipse telling me that the thread has been terminated with exit 0
I have checked my classpaths and they are all correct so are my runtime variables...does anyone know why the JFrame isn't running or runnable? I even stuck in system.out console just to check to make sure it was entering the main method and it came back positive but no window.


-Exo