<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Java by </title>
      <link>https://padlet.com/nathanielkinzer/qelmgf106mf</link>
      <description>Java option pane</description>
      <language>en-us</language>
      <pubDate>2016-09-12 16:34:51 UTC</pubDate>
      <lastBuildDate>2016-09-13 17:19:20 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>How to open option pane</title>
         <author>nathanielkinzer</author>
         <link>https://padlet.com/nathanielkinzer/qelmgf106mf/wish/123208634</link>
         <description><![CDATA[<div><br>//Use this snippet of code and use your own variable s //where needed for the application<br>import javax.swing.JOptionPane;<br><br>public class joptionpane {<br>	<br>	public static void main(String[]args)<br>	{<br>	String First_Name;<br>	String Last_Name;<br>	First_Name = JOptionPane.showInputDialog(null, "What is your first name?");<br>	Last_Name = JOptionPane.showInputDialog(null, "What is your last name" + " " + First_Name +"?");<br>	<br>	JOptionPane.showMessageDialog(null, "Hello " + First_Name+ " " + Last_Name + "!");<br>		<br>		<br>	}<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-12 16:37:41 UTC</pubDate>
         <guid>https://padlet.com/nathanielkinzer/qelmgf106mf/wish/123208634</guid>
      </item>
   </channel>
</rss>
