<?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: Useful classes?</title>
	<atom:link href="http://amazing-development.com/archives/2005/08/08/useful-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://amazing-development.com/archives/2005/08/08/useful-classes/</link>
	<description>ruby, java and the rest</description>
	<pubDate>Wed, 07 Jan 2009 03:11:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: schlumpf</title>
		<link>http://amazing-development.com/archives/2005/08/08/useful-classes/comment-page-1/#comment-216</link>
		<dc:creator>schlumpf</dc:creator>
		<pubDate>Wed, 17 Aug 2005 10:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.spychalski.de/blog/archives/2005/08/08/useful-classes/#comment-216</guid>
		<description>If you like Collections, then you probably like &lt;a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Arrays.html" rel="nofollow"&gt;Arrays&lt;/a&gt;, too. 
And &lt;a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/reflect/Array.html" rel="nofollow"&gt;Array&lt;/a&gt; to work with different types of arrays. 

Store and easily access user-specific &lt;a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/prefs/Preferences.html" rel="nofollow"&gt;Preferences&lt;/a&gt; for any application. 

To provide localised text for your application, use a &lt;a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/ResourceBundle.html" rel="nofollow"&gt;ResourceBundle&lt;/a&gt;

For everybody who works with GUIs: &lt;a href="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/SwingUtilities.html" rel="nofollow"&gt;SwingUtilities&lt;/a&gt; and &lt;a href="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Toolkit.html" rel="nofollow"&gt;Toolkit&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>If you like Collections, then you probably like <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Arrays.html" rel="nofollow">Arrays</a>, too.<br />
And <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/reflect/Array.html" rel="nofollow">Array</a> to work with different types of arrays. </p>
<p>Store and easily access user-specific <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/prefs/Preferences.html" rel="nofollow">Preferences</a> for any application. </p>
<p>To provide localised text for your application, use a <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/ResourceBundle.html" rel="nofollow">ResourceBundle</a></p>
<p>For everybody who works with GUIs: <a href="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/SwingUtilities.html" rel="nofollow">SwingUtilities</a> and <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Toolkit.html" rel="nofollow">Toolkit</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
