<?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>Alomohora &#187; Java</title>
	<atom:link href="http://alomohora.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://alomohora.com</link>
	<description>All about programming languages</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:01:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Create a Message Dialog Box in Java</title>
		<link>http://alomohora.com/create-a-message-dialog-box-in-java/</link>
		<comments>http://alomohora.com/create-a-message-dialog-box-in-java/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 05:32:09 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=1712</guid>
		<description><![CDATA[A message dialog box is a simple window that displays information. A message dialog box can be created with a call to the showMessageDialog(Component, Object) method of JOptionPane class. The following statement creates a message box: JOptionPane.showMessageDialog(null, &#8220;I am happy.&#8221;);]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">A message dialog box is a simple window that displays information.</p>
<p style="text-align: justify;"><span id="more-1712"></span></p>
<p style="text-align: justify;">A message dialog box can be created with a call to the showMessageDialog(Component, Object) method of JOptionPane class.</p>
<p style="text-align: justify;">The following statement creates a message box:</p>
<p style="text-align: justify;"><em>JOptionPane.showMessageDialog(null, &#8220;I am happy.&#8221;);</em></p>
]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/create-a-message-dialog-box-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
