<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>web development helpdesk &#187; desktop</title>
	<atom:link href="http://helpdesk.objects.com.au/tag/desktop/feed" rel="self" type="application/rss+xml" />
	<link>http://helpdesk.objects.com.au</link>
	<description>objects quality - the visible difference</description>
	<lastBuildDate>Sun, 17 Jul 2011 12:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>How to launch default mail application with Java 6</title>
		<link>http://helpdesk.objects.com.au/java/how-to-launch-default-mail-application-with-java-6?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-launch-default-mail-application-with-java-6</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-launch-default-mail-application-with-java-6#comments</comments>
		<pubDate>Sat, 03 Oct 2009 09:23:03 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[swing]]></category>
		<category><![CDATA[compose]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mailto]]></category>
		<category><![CDATA[native]]></category>
		<category><![CDATA[URI]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1259</guid>
		<description><![CDATA[The Desktop class was added in Java 6 to handle launching associated applications on the native desktop. Following shows how to launch the default mail application and open a mail composing window. Desktop desktop = Desktop.getDesktop(); desktop.mail(); Or you can use a mailto: URI to also fill out the address field. Desktop desktop = Desktop.getDesktop(); [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-launch-default-mail-application-with-java-6/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to use native printing from Java</title>
		<link>http://helpdesk.objects.com.au/java/how-to-use-native-printing-from-java?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-use-native-printing-from-java</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-use-native-printing-from-java#comments</comments>
		<pubDate>Sat, 03 Oct 2009 09:17:28 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[swing]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[native]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[printing]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1254</guid>
		<description><![CDATA[The Desktop class was added in Java 6 to handle launching associated applications on the native desktop. Following shows how to print a file with the associated native printing facility. File file = new File(&#34;/tmp/file.txt&#34;); Desktop desktop = Desktop.getDesktop(); desktop.print(file); Related posts: How to launch default editor with Java 6 The Desktop class was added [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-use-native-printing-from-java/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to open file using default application</title>
		<link>http://helpdesk.objects.com.au/java/how-to-open-file-using-default-application?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-open-file-using-default-application</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-open-file-using-default-application#comments</comments>
		<pubDate>Sat, 03 Oct 2009 09:14:54 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[swing]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[native]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1251</guid>
		<description><![CDATA[The Desktop class was added in Java 6 to handle launching associated applications on the native desktop. Following shows how to launch the associated application to open a file. File file = new File(&#34;/tmp/file.txt&#34;); Desktop desktop = Desktop.getDesktop(); desktop.open(file); Related posts: How to launch default mail application with Java 6 The Desktop class was added [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-open-file-using-default-application/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to launch default editor with Java 6</title>
		<link>http://helpdesk.objects.com.au/java/how-to-launch-default-editor-with-java-6?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-launch-default-editor-with-java-6</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-launch-default-editor-with-java-6#comments</comments>
		<pubDate>Sat, 03 Oct 2009 09:10:17 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[swing]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[native]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1246</guid>
		<description><![CDATA[The Desktop class was added in Java 6 to handle launching associated applications on the native desktop. Following shows how to launch the associated editor application and open a file for editing. File file = new File(&#34;/tmp/file.txt&#34;); Desktop desktop = Desktop.getDesktop(); desktop.edit(file); Related posts: How to launch default mail application with Java 6 The Desktop [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-launch-default-editor-with-java-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to launch default browser with Java 6</title>
		<link>http://helpdesk.objects.com.au/java/how-to-launch-default-browser-with-java-6?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-launch-default-browser-with-java-6</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-launch-default-browser-with-java-6#comments</comments>
		<pubDate>Sat, 03 Oct 2009 09:05:38 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[swing]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[native]]></category>
		<category><![CDATA[URI]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1241</guid>
		<description><![CDATA[The Desktop class was added in Java 6 to handle launching associated applications on the native desktop. Following shows how to launch a browser to display a URI. URI uri = new URI(&#34;http://www.objects.com.au&#34;); Desktop desktop = Desktop.getDesktop(); desktop.browse(uri); Related posts: How to launch default mail application with Java 6 The Desktop class was added in [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-launch-default-browser-with-java-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

