<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: JFileChooser Slowness Bug</title>
	<atom:link href="http://en.newinstance.it/2006/12/01/jfilechooser-slowness-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://en.newinstance.it/2006/12/01/jfilechooser-slowness-bug/</link>
	<description>Welcome to the official blog of Luigi R. Viggiano. Beware of imitations.</description>
	<lastBuildDate>Fri, 13 Jan 2012 02:25:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tres</title>
		<link>http://en.newinstance.it/2006/12/01/jfilechooser-slowness-bug/comment-page-1/#comment-79113</link>
		<dc:creator>Tres</dc:creator>
		<pubDate>Tue, 16 Oct 2007 16:51:40 +0000</pubDate>
		<guid isPermaLink="false">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&#039;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() {</code></p>
<p>String osName = System.getProperty("os.name").toLowerCase();<br />
		if (!osName.contains("windows"))<br />
			return;<br />
		try {<br />
			System.out.print("Unregistering zipfldr.dll to speed up program "<br />
				"(don't worry, windows will reset this)...");<br />
			Runtime.getRuntime().exec("regsvr32 /s %windir%/system32/zipfldr.dll");<br />
			System.out.println("success");<br />
		}<br />
		catch (Exception e) {<br />
			System.out.println("failed");<br />
		}<br />
}<br />
</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riccardo Pasquini</title>
		<link>http://en.newinstance.it/2006/12/01/jfilechooser-slowness-bug/comment-page-1/#comment-2696</link>
		<dc:creator>Riccardo Pasquini</dc:creator>
		<pubDate>Mon, 18 Dec 2006 10:52:13 +0000</pubDate>
		<guid isPermaLink="false">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? :P</p>
<p>bye luigi, have fun&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

