java - Parametered call of swing instance -


my problem following: have java swing application uses database connection via jpa. startup process slow due authentication onto database. furthermore application, when being closed, has authenticate again when being opened. unsatisfactory.

i thought of workaround swing instance being held in idle instead of being closed. when call occurs, instance opens according parameters. example of ms word ( inital startup slow, when instance running, current instance being overwritten current call instead of creating new instance).

does have idea how work? starting point or tutorial above being shown helpful.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -