¡@

Home 

java Programming Glossary: frozen

Java Swing : GUI frozen - jstack interpretation

http://stackoverflow.com/questions/12728589/java-swing-gui-frozen-jstack-interpretation

Swing GUI frozen jstack interpretation I have a Gui application in swing that.. When i hit the button that launch this action my GUI is frozen. I think that's because the code is executed on the EDT. I used.. Can someone explain to me where i can see that my GUI is frozen because of the first thread Thread 12 . And secondly what's..

BlackBerry class equivalent to AsyncTask?

http://stackoverflow.com/questions/12982021/blackberry-class-equivalent-to-asynctask

fine between the server and the BB device but the UI is frozen on the BlackBerry. Anyone have any idea how to get this right..

using sleep() for a single thread

http://stackoverflow.com/questions/14074329/using-sleep-for-a-single-thread

the UI events from being processed and therefore GUI is frozen until sleep .. returns . You should not use Thread.sleep .... execution blocking as this will cause the UI to seem frozen. Here is a nice example which demonstrates exactly this unwanted..

Why does InvokeLater cause my JFrame not to display correctly?

http://stackoverflow.com/questions/1843677/why-does-invokelater-cause-my-jframe-not-to-display-correctly

case no changes to the GUI will be displayed. The GUI is frozen. EDIT2 invokeLater the Runnable is appended to the end of the..

How do I pipe the Java console output to a file?

http://stackoverflow.com/questions/626389/how-do-i-pipe-the-java-console-output-to-a-file

from the Java console. When the JVM crashes the console is frozen and I cannot copy the contained text anymore. Is there way to..

Tool for analyzing java core dump

http://stackoverflow.com/questions/951095/tool-for-analyzing-java-core-dump

of all variables. Something that can take core dump as frozen JVM. java core analysis dump share improve this question..