commit bb800f81468b960e6d50d4709787596f2b2e3b5e Author: Julien Ponge Date: Thu Dec 10 09:16:32 2009 +0100 IZPACK-501: first attempt at resolving the issue. * The Unix users lookup is made lazily (previously in the constructor). * Navigation between panels is now made asynchronously in a separate thread which: - blocks the GUI on the EDT - performs the work on the created thread - releases the GUI on the EDT. diff --git a/IzPack.ipr b/IzPack.ipr index fba6519..70fcf09 100644 --- a/IzPack.ipr +++ b/IzPack.ipr @@ -1,5 +1,5 @@ - + @@ -18,13 +18,8 @@ - - @@ -75,18 +71,6 @@ - - - - - + - -