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

Are you creating an instance of your extended JFrame class in your main, and setting it visible?

-- 
Dave Toland
dave.toland@xxxxxxxxxxx

"Egan, Sasha T." <exogate@xxxxxxxxxxx> wrote in message news:dafndd$73i$1@xxxxxxxxxxxxxxxxxxx
| 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
|