Invisible JFrame/JTable how much faster ?

Posted by chacko on Stack Overflow See other posts from Stack Overflow or by chacko
Published on 2011-01-04T11:51:42Z Indexed on 2011/01/04 11:53 UTC
Read the original article Hit count: 167

Filed under:
|
|
|
|

I have a swing app. with a jframe with lots of internal frames containing large JTable. Those jtables get updated continuously so there is lots of repainting going on.

in some circumstances I can simply keep the JFrame invisible. (frame.setVisible(false))

I was wondering if anybody knows if I will gain something in terms of performance (something considerable or not)

such as 50% gain or you would only get 2% gain...

and maybe some sort of explaination on what to expect.

thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about Performance