}
public static JarStructure createJarStructure ( final WebProgressDialog progress )
{
// Download listener in case of remote jar-file (for e.g. demo loaded from .jnlp)
final FileDownloadListener listener = new FileDownloadListener ()
{
private int totalSize = 0;
@Override
public void sizeDetermined ( final int totalSize )