Java app: Load all resources at startup time

Posted by Tom Brito on Stack Overflow See other posts from Stack Overflow or by Tom Brito
Published on 2010-05-26T20:15:01Z Indexed on 2010/05/26 20:21 UTC
Read the original article Hit count: 206

Filed under:
|
|

Java loads the resources as they are needed. This make my tiny small desktop application to be very slow when opening a window.

How can I do to load all the resources when starting the app? Is something related to classloaders?

© Stack Overflow or respective owner

Related posts about java

Related posts about optimization