<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "how to have a response with corresponding* name"]]></title>
		<link>http://forums.hotjoe.com/posts/list/1.page</link>
		<description><![CDATA[Latest messages posted in the topic "how to have a response with corresponding* name"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>how to have a response with corresponding* name</title>
				<description><![CDATA[ in my chapter 1 of big java they tell me to write a program that says for a dialog box to pop up and ask me for my name,  then i type a name, and then it responds back with that name.  <br /> <br /> import javax.swing.JOptionPane;<br /> public class pane {<br /> <br /> <br /> <br />     public static void main(String[] args) {<br /> <br />         String name = JOptionPane.showInputDialog ("what is your name");<br />         System.out.println("name");<br />        <br />           JOptionPane.showMessageDialog(null, "I'm sorry, (your name)  cannot allow that");<br /> <br /> <br />       where iadded your name is what i believe my problem is.  i don't know how to call forth a name inside of a dialogue.  any help would be thankfull.]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/678/2550.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/678/2550.page</link>
				<pubDate><![CDATA[Sun, 24 Jan 2010 18:16:42]]> GMT</pubDate>
				<author><![CDATA[ trainerjeff]]></author>
			</item>
			<item>
				<title>Re:how to have a response with corresponding* name</title>
				<description><![CDATA[ Do you know how to concatenate Strings?<br /> <br /> [code] JOptionPane.showMessageDialog(null, "I'm sorry, " + name + " cannot allow that");[/code]]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/678/2551.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/678/2551.page</link>
				<pubDate><![CDATA[Sun, 24 Jan 2010 18:38:58]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
			<item>
				<title>Re:how to have a response with corresponding* name</title>
				<description><![CDATA[ not yet]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/678/2552.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/678/2552.page</link>
				<pubDate><![CDATA[Sun, 24 Jan 2010 20:38:48]]> GMT</pubDate>
				<author><![CDATA[ trainerjeff]]></author>
			</item>
	</channel>
</rss>
