Are Java GUIs always slow to update or is it just me?

Posted by ChrisD on Stack Overflow See other posts from Stack Overflow or by ChrisD
Published on 2010-05-19T03:22:16Z Indexed on 2010/05/19 3:30 UTC
Read the original article Hit count: 235

Filed under:
|
|

I've just started making my first GUI application in Java and I decided to use the NetBeans IDE to do it. I think its working fine so far, except for one problem; it seems to be slow updating the content of a window.

Even in very simple windows with few controls I find that when - for example - closing or resizing a window, I get the normal window border working properly but the inside is completely see through for a second.

It's not the biggest deal in the world, I just find it mildly annoying.

© Stack Overflow or respective owner

Related posts about java

Related posts about swing