<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Commenti a: JFileChooser Slowness Bug</title>
	<link>http://it.newinstance.it/2006/12/01/jfilechooser-slowness-bug/</link>
	<description>A tech blog by Luigi R. Viggiano</description>
	<pubDate>Sat, 13 Mar 2010 16:29:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>di Tres</title>
		<link>http://it.newinstance.it/2006/12/01/jfilechooser-slowness-bug/#comment-79113</link>
		<pubDate>Tue, 16 Oct 2007 16:51:40 +0000</pubDate>
		<guid>http://it.newinstance.it/2006/12/01/jfilechooser-slowness-bug/#comment-79113</guid>
					<description>Good call.

&lt;code&gt;/*
	 * Unregisters the zipfldr.dll fixes JDialog slowness 
	 * issues. (Should be made optional)
	 */
	public static void applyFileChooserTweak() {
		
		
String osName = System.getProperty(&quot;os.name&quot;).toLowerCase();
		if (!osName.contains(&quot;windows&quot;))
			return;
		try {
			System.out.print(&quot;Unregistering zipfldr.dll to speed up program &quot;  
				&quot;(don't worry, windows will reset this)...&quot;);
			Runtime.getRuntime().exec(&quot;regsvr32 /s %windir%/system32/zipfldr.dll&quot;);
			System.out.println(&quot;success&quot;);
		}
		catch (Exception e) {
			System.out.println(&quot;failed&quot;);
		}
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Good call.</p>
<p><code>/*<br />
	 * Unregisters the zipfldr.dll fixes JDialog slowness<br />
	 * issues. (Should be made optional)<br />
	 */<br />
	public static void applyFileChooserTweak() {</p>
<p>String osName = System.getProperty(&#8221;os.name&#8221;).toLowerCase();<br />
		if (!osName.contains(&#8221;windows&#8221;))<br />
			return;<br />
		try {<br />
			System.out.print(&#8221;Unregistering zipfldr.dll to speed up program &#8220;<br />
				&#8220;(don&#8217;t worry, windows will reset this)&#8230;&#8221;);<br />
			Runtime.getRuntime().exec(&#8221;regsvr32 /s %windir%/system32/zipfldr.dll&#8221;);<br />
			System.out.println(&#8221;success&#8221;);<br />
		}<br />
		catch (Exception e) {<br />
			System.out.println(&#8221;failed&#8221;);<br />
		}<br />
}<br />
</code>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>di Riccardo Pasquini</title>
		<link>http://it.newinstance.it/2006/12/01/jfilechooser-slowness-bug/#comment-2696</link>
		<pubDate>Mon, 18 Dec 2006 10:52:13 +0000</pubDate>
		<guid>http://it.newinstance.it/2006/12/01/jfilechooser-slowness-bug/#comment-2696</guid>
					<description>still using winzoz? :P

bye luigi, have fun...</description>
		<content:encoded><![CDATA[<p>still using winzoz? <img src='http://it.newinstance.it/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>bye luigi, have fun&#8230;
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
