jvm « Thread « Java Swing Q&A





1. Why java creates many threads when a simple application is running?    stackoverflow.com

Possible Duplicate:
A lot of threads in java process
I saw when a simple application is running locally or using java web start(a simple JFrame instance ...

2. [platform-dev] NetBeans RCP jvm, swing/awt, threading, and osgi settings    forums.netbeans.org

I have been developing a pretty complex NetBeans application, and I'm trying to find out what settings and properties are set by NetBeans when the application starts. Recently a coworker and I have added an OpenGL panel to our application using the JMonkey engine. When we run this in our NetBeans application, everything run great and the opengl is fast and ...

3. How do I kill a GUI thread without exiting JVM?    coderanch.com

Thanks, guys. I'm running a JUnit program in a JVM which forks off a Thread that starts a GUI. I want to exercise each of the public methods in the GUI classes. After that is done, I want to exit the GUI. At this point, I cannot access the listeners that would close the GUI. So yes, John, I'd like to ...