Results 1 to 1 of 1
- 07-27-2010, 04:39 PM #1
Member
- Join Date
- Jul 2010
- Posts
- 1
- Rep Power
- 0
intermittent freeze in JavaWebstart Swing App
Hi all, I have the following problem with a Swing app I wrote:
- 1. Sometimes when I start the application, the GUI just freezes.
- 2. I can manipulate the GUI (I detect the actions), but the GUI is not repainted. The Repaint Manager, however, is called (I intercepted its addDirtyRegion() method)
- 3. If however I put another app on top of my GUI, when I take it away my GUI is repainted according to the actions I did in 2, but after the GUI stays frozen.
- 4. If I minimize the app, when I maximize it again everything is now ok (the freeze disappears!)
My app uses Webstart and RMI, and it runs in java 6, update 16 (but the problem already appeared in other update versions).
Do you have any ideia about what could be causing this problem?
Similar Threads
-
Mac JavaWebStart App problem (works Windows, not MAC)
By TimHuey in forum New To JavaReplies: 5Last Post: 04-02-2010, 03:33 PM -
[SOLVED] How To Freeze Tab/s from JTabbedPane
By javanewbie in forum New To JavaReplies: 2Last Post: 06-10-2009, 09:42 AM -
freeze radioButton without disable them
By itaipee in forum AWT / SwingReplies: 5Last Post: 05-25-2009, 09:29 AM -
intermittent error in JNI_CreateJavaVM
By kumari in forum Advanced JavaReplies: 0Last Post: 12-03-2008, 01:58 AM -
Problem with Socket Client - Intermittent Truncated Response in AIX
By cheongww in forum NetworkingReplies: 4Last Post: 10-02-2008, 06:32 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks