<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>How to Program in Java by Jack Cimicato (DemonBigj781)</title>
      <link>https://padlet.com/jackcimicato/6k91qeaxjha5</link>
      <description>Made with ♥</description>
      <language>en-us</language>
      <pubDate>2016-09-12 16:34:33 UTC</pubDate>
      <lastBuildDate>2016-09-12 17:11:19 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>How To Add and use JOptionPane</title>
         <author>jackcimicato</author>
         <link>https://padlet.com/jackcimicato/6k91qeaxjha5/wish/123209215</link>
         <description><![CDATA[<div>Have You Installed Java and set up Eclipse yet The Video Link Is Here:<br><a href="https://www.youtube.com/watch?v=1bQcrj4FQDg">https://www.youtube.com/watch?v=1bQcrj4FQDg</a><br><br>you first go to File&gt;New&gt;Java Project<br>enter First JOptionPane<br>Click Finish<br>Right Click First JOptionPane<br>Go To New&gt;Class<br>Enter Main<br>Check The "Public Static Void" Option<br>Click Finish<br>on Line 1 Type: import javax.swing.*;<br>Under //ToDo Type :&nbsp;<br>&nbsp; &nbsp;JFrame frame = new JFrame("InputDialog Example #1");</div><pre> String name = JOptionPane.showInputDialog(frame, "What's your name?");
 if(name == null){
 name = "Person";
}
JOptionPane.showMessageDialog(null,"The user's name is "+ name +".");
System.exit(0);
Save and Hit Run</pre>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-12 16:39:08 UTC</pubDate>
         <guid>https://padlet.com/jackcimicato/6k91qeaxjha5/wish/123209215</guid>
      </item>
   </channel>
</rss>
