Comments on: Useful classes? http://amazing-development.com/archives/2005/08/08/useful-classes/ ruby, java and the rest Wed, 07 Jan 2009 03:11:29 +0000 http://wordpress.org/?v=2.7 hourly 1 By: schlumpf http://amazing-development.com/archives/2005/08/08/useful-classes/comment-page-1/#comment-216 schlumpf Wed, 17 Aug 2005 10:44:59 +0000 http://www.spychalski.de/blog/archives/2005/08/08/useful-classes/#comment-216 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. 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. 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. 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> 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> If you like Collections, then you probably like Arrays, too.
And Array to work with different types of arrays.

Store and easily access user-specific Preferences for any application.

To provide localised text for your application, use a ResourceBundle

For everybody who works with GUIs: SwingUtilities and Toolkit

]]>