@ linuxrog, to investigate why jAlbum is hanging so severely, trigger the hanging, then open a Terminal window and issue:
jps
If you have Oracle's Java's "bin" folder in your path, this command should print jAlbum's process ID. Now issue:
jstack pid >thread-dump.txt
where "pid" is exchanged with the process ID the jps command reports. Finally pass the generated file to me. I will inspect the "AWT thread's" stack trace and see if it hangs in a specific call.
Alternatively, open Preferences->Advanced and check the "Use watchdog" checkbox. This should trigger jAlbum to produce the same file if its UI hangs for more than 20s.