<?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>My Java Articles &#187; J2SE</title>
	<atom:link href="http://chang.advits.com/category/j2se/feed" rel="self" type="application/rss+xml" />
	<link>http://chang.advits.com</link>
	<description>My Java Articles</description>
	<lastBuildDate>Tue, 18 Nov 2008 14:01:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Populate data from database into JTable in Netbeans</title>
		<link>http://chang.advits.com/populate-data-from-database-into-jtable-in-netbeans</link>
		<comments>http://chang.advits.com/populate-data-from-database-into-jtable-in-netbeans#comments</comments>
		<pubDate>Tue, 18 Nov 2008 13:37:52 +0000</pubDate>
		<dc:creator>chang</dc:creator>
				<category><![CDATA[J2SE]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JTable]]></category>
		<category><![CDATA[Netbeans]]></category>

		<guid isPermaLink="false">http://chang.advits.com/?p=75</guid>
		<description><![CDATA[How to populate data from database into JTable in Netbeans? 
Suppose we had a table called Employee in our MS Access database and we want to retrieve and display all the data in a JTable component using NetBeans IDE.  How to do that and what are the codes that we need to modify?]]></description>
		<wfw:commentRss>http://chang.advits.com/populate-data-from-database-into-jtable-in-netbeans/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Custom JPanel with background image</title>
		<link>http://chang.advits.com/custom-jpanel-with-background-image</link>
		<comments>http://chang.advits.com/custom-jpanel-with-background-image#comments</comments>
		<pubDate>Mon, 17 Nov 2008 18:41:33 +0000</pubDate>
		<dc:creator>chang</dc:creator>
				<category><![CDATA[J2SE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JPanel]]></category>

		<guid isPermaLink="false">http://chang.advits.com/?p=62</guid>
		<description><![CDATA[Panel in Java can be customized to paint different color than the default color.
This can be done by overriding <em>paintComponent</em> method of the JPanel.]]></description>
		<wfw:commentRss>http://chang.advits.com/custom-jpanel-with-background-image/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to sort an array</title>
		<link>http://chang.advits.com/how-to-sort-an-array</link>
		<comments>http://chang.advits.com/how-to-sort-an-array#comments</comments>
		<pubDate>Mon, 17 Nov 2008 05:12:15 +0000</pubDate>
		<dc:creator>chang</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[J2SE]]></category>
		<category><![CDATA[Array]]></category>

		<guid isPermaLink="false">http://chang.advits.com/?p=25</guid>
		<description><![CDATA[We normally like to write complex algorithm to sort an array in Java where many of us overlooked the Arrays class in Java which can be very handy in sorting an array.The Arrays class has a static method called sort which exists in many overloaded versions so you can pass in an array of any primitive type, or pass in an array of Strings or other Objects.]]></description>
		<wfw:commentRss>http://chang.advits.com/how-to-sort-an-array/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shuffling List Objects</title>
		<link>http://chang.advits.com/shuffling-list-objects</link>
		<comments>http://chang.advits.com/shuffling-list-objects#comments</comments>
		<pubDate>Sun, 16 Nov 2008 19:17:43 +0000</pubDate>
		<dc:creator>chang</dc:creator>
				<category><![CDATA[J2SE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[Shuffle List]]></category>

		<guid isPermaLink="false">http://chang.advits.com/?p=19</guid>
		<description><![CDATA[Let say we have a Collection of elements which we want to do some operations, for example shuffling the elements in a Vector. In this cases, the shuffle static method will be very usefull in helping out to do the job. We don&#8217;t even need to think of complicated algorithms to shuffle the Vector elements. [...]]]></description>
		<wfw:commentRss>http://chang.advits.com/shuffling-list-objects/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

