<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[Java Programming Forums - The Java Community - Java Theory & Questions]]></title>
		<link>http://www.javaprogrammingforums.com/</link>
		<description><![CDATA[Only post general Java theory & questions here.]]></description>
		<language>en</language>
		<lastBuildDate>Fri, 24 May 2013 18:48:26 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.javaprogrammingforums.com/images/misc/rss.png</url>
			<title><![CDATA[Java Programming Forums - The Java Community - Java Theory & Questions]]></title>
			<link>http://www.javaprogrammingforums.com/</link>
		</image>
		<item>
			<title>Is there a java or php program where it searches for specific chosen code? say search engine codes but for website code specifically</title>
			<link>http://www.javaprogrammingforums.com/java-theory-questions/29631-there-java-php-program-where-searches-specific-chosen-code-say-search-engine-codes-but-website-code-specifically.html</link>
			<pubDate>Thu, 23 May 2013 21:35:40 GMT</pubDate>
			<description>Is there a java or php program where it searches for specific chosen code? say search engine codes but for website code specifically. 
 
is there a...</description>
			<content:encoded><![CDATA[<div>Is there a java or php program where it searches for specific chosen code? say search engine codes but for website code specifically.<br />
<br />
is there a program out like this that i can implement or has it not been officially created yet.<br />
<br />
I know search engines use this specific code.<br />
<br />
Is it Java, PHp, or AJAX, or what.</div>

]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-theory-questions/"><![CDATA[Java Theory & Questions]]></category>
			<dc:creator>LARRZ</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-theory-questions/29631-there-java-php-program-where-searches-specific-chosen-code-say-search-engine-codes-but-website-code-specifically.html</guid>
		</item>
		<item>
			<title>I Need This Code For Questions..</title>
			<link>http://www.javaprogrammingforums.com/java-theory-questions/29630-i-need-code-questions.html</link>
			<pubDate>Thu, 23 May 2013 21:32:29 GMT</pubDate>
			<description>I Need This Code For Questions.. 
 
Attachment 2099 (http://www.javaprogrammingforums.com/attachments/java-theory-questions/2099-i-need-code-questions-418b4b5450-jpg) 
...</description>
			<content:encoded><![CDATA[<div><div style="text-align: center;">I Need This Code For Questions..<br />
<br />
<a href="http://www.javaprogrammingforums.com/attachments/java-theory-questions/2099d1369344704-i-need-code-questions-418b4b5450-jpg"  title="Name:  418b4b5450.jpg
Views: 3
Size:  25.9 KB">418b4b5450.jpg</a><br />
<br />
<a href="http://2upl.com/uploads/png/418b4b5450.png" target="_blank">http://2upl.com/uploads/png/418b4b5450.png</a><br />
<br />
</div></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://www.javaprogrammingforums.com/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="http://www.javaprogrammingforums.com/attachments/java-theory-questions/2099d1369344704-i-need-code-questions-418b4b5450-jpg">418b4b5450.jpg</a> 
(25.9 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-theory-questions/"><![CDATA[Java Theory & Questions]]></category>
			<dc:creator>SarbasT</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-theory-questions/29630-i-need-code-questions.html</guid>
		</item>
		<item>
			<title>why java has introduced vararg in java 6 when we already have Array and collections?</title>
			<link>http://www.javaprogrammingforums.com/java-theory-questions/29629-why-java-has-introduced-vararg-java-6-when-we-already-have-array-collections.html</link>
			<pubDate>Thu, 23 May 2013 20:43:17 GMT</pubDate>
			<description>Hi All, 
 
I was going through some new concepts introduced after java 4 and i am not sure why variable argument x... y... got introduced in java,...</description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
I was going through some new concepts introduced after java 4 and i am not sure why variable argument x... y... got introduced in java, was it really needed?? I mean when we already have many collection classes and Array then why to come up with something new. Also some what i did not like the syntax of it, i mean what dot dot dot ... couldn't they find out something better to represent it?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-theory-questions/"><![CDATA[Java Theory & Questions]]></category>
			<dc:creator>SASDeveloper</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-theory-questions/29629-why-java-has-introduced-vararg-java-6-when-we-already-have-array-collections.html</guid>
		</item>
		<item>
			<title>Best way of adding and removing?</title>
			<link>http://www.javaprogrammingforums.com/java-theory-questions/29600-best-way-adding-removing.html</link>
			<pubDate>Wed, 22 May 2013 21:06:59 GMT</pubDate>
			<description>Over the summer I am trying to get my programming skills and ADT knowledge up.  Right now I am doing a registrar program where I can set up different...</description>
			<content:encoded><![CDATA[<div>Over the summer I am trying to get my programming skills and ADT knowledge up.  Right now I am doing a registrar program where I can set up different classes like a Physics class, Humanities class, etc. and add and remove students from each class.  I am currently using an array of Students but as I was writing the checks to see if a student is already registered and then add them to the class, I was thinking there was probably an easier way to do it.<br />
<br />
Would a linked list be an easier or more effective way of doing this?  If I needed to remove a student that is in the middle of the list I could point the node to the element after the one I needed to remove, delete the node I need to remove etc. and when adding I just make a new node and point the last node to the new node.  Would it be a bad idea to finish the program using a small array and then update my code to use a linked list after I get everything working or would that be a waste of time?<br />
<br />
It just seems like bad practice to me to keep making new arrays when I need to add or remove a student.<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-theory-questions/"><![CDATA[Java Theory & Questions]]></category>
			<dc:creator>J-moges</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-theory-questions/29600-best-way-adding-removing.html</guid>
		</item>
		<item>
			<title>Some wierd thing. xD</title>
			<link>http://www.javaprogrammingforums.com/java-theory-questions/29596-some-wierd-thing-xd.html</link>
			<pubDate>Wed, 22 May 2013 19:11:04 GMT</pubDate>
			<description>..</description>
			<content:encoded><![CDATA[<div>..</div>

]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-theory-questions/"><![CDATA[Java Theory & Questions]]></category>
			<dc:creator>Zik</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-theory-questions/29596-some-wierd-thing-xd.html</guid>
		</item>
		<item>
			<title>javax.mail</title>
			<link>http://www.javaprogrammingforums.com/java-theory-questions/29595-javax-mail.html</link>
			<pubDate>Wed, 22 May 2013 17:37:49 GMT</pubDate>
			<description>why do my java compiler jdk7 says that there is no package javax.mail exists</description>
			<content:encoded><![CDATA[<div>why do my java compiler jdk7 says that there is no package javax.mail exists</div>

]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-theory-questions/"><![CDATA[Java Theory & Questions]]></category>
			<dc:creator>ambareeshsurendran</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-theory-questions/29595-javax-mail.html</guid>
		</item>
		<item>
			<title>java</title>
			<link>http://www.javaprogrammingforums.com/java-theory-questions/29581-java.html</link>
			<pubDate>Wed, 22 May 2013 09:26:18 GMT</pubDate>
			<description><![CDATA[1)Input a paragraph containing n no.of sentences where 1<=n<4. The words are to be  separated with a blank space and are in uppercase. A sentence...]]></description>
			<content:encoded><![CDATA[<div>1)Input a paragraph containing n no.of sentences where 1&lt;=n&lt;4. The words are to be  separated with a blank space and are in uppercase. A sentence maybe terminated either with a fullstop or a question mark only.Any other character maybe ignored.<br />
perform the folowing operations:-<br />
i) Accept the no.of sentences if the no.of sentences exceeds the limit an appropriate error message must be displayed.<br />
ii) Find the no.of words in the whole paragraph.<br />
iii) Display the words in ascending order of their frequency. Words with the same frequency may appear n any order.<br />
For example: Input: Enter no.of sentences<br />
                                    1<br />
                             Enter sentence<br />
                             To be or to be not.<br />
                  Output: Total no.of words<br />
                                   6<br />
                              or-1<br />
                              not-1<br />
                             to-2<br />
                            be-2.</div>

]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-theory-questions/"><![CDATA[Java Theory & Questions]]></category>
			<dc:creator>indrasish</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-theory-questions/29581-java.html</guid>
		</item>
		<item>
			<title>pls help me with ur suggestions. thanx in advance.</title>
			<link>http://www.javaprogrammingforums.com/java-theory-questions/29552-pls-help-me-ur-suggestions-thanx-advance.html</link>
			<pubDate>Mon, 20 May 2013 19:36:12 GMT</pubDate>
			<description>If our project contains multiple input forms, is it meaningfull to develop DTO design pattern for every form.</description>
			<content:encoded><![CDATA[<div>If our project contains multiple input forms, is it meaningfull to develop DTO design pattern for every form.</div>

]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-theory-questions/"><![CDATA[Java Theory & Questions]]></category>
			<dc:creator>shravan123</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-theory-questions/29552-pls-help-me-ur-suggestions-thanx-advance.html</guid>
		</item>
		<item>
			<title>I want to start a project where I can stream media from my Linux server.</title>
			<link>http://www.javaprogrammingforums.com/java-theory-questions/29542-i-want-start-project-where-i-can-stream-media-my-linux-server.html</link>
			<pubDate>Mon, 20 May 2013 00:19:57 GMT</pubDate>
			<description><![CDATA[So I just graduated and while I'm looking for a job I want to start a project. I have a home server right now that uses ubuntu where I have music,...]]></description>
			<content:encoded><![CDATA[<div>So I just graduated and while I'm looking for a job I want to start a project. I have a home server right now that uses ubuntu where I have music, movies, pictures ... etc. I would like to start off being able to stream my music and move from the server program to a client program. I evetually want to create a web app client. My goal is to eventually get a raspberry pi to have near my tv so I will be able to steam movies and other media to the tv. I also have experience developing in Android so eventually I'm also looking to make an application for my phone that works with this project.<br />
<br />
I started doing some research about which protocol I will be using and it looks like the best way is to use RSTP. Looks like Netty should be a good API to use, but I'm still doing my research. I have no idea how to get started though. Any one have any good resources that could be me get the ball rolling?</div>

]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-theory-questions/"><![CDATA[Java Theory & Questions]]></category>
			<dc:creator>gongshow20</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-theory-questions/29542-i-want-start-project-where-i-can-stream-media-my-linux-server.html</guid>
		</item>
		<item>
			<title>oop, directions</title>
			<link>http://www.javaprogrammingforums.com/java-theory-questions/29539-oop-directions.html</link>
			<pubDate>Sun, 19 May 2013 18:53:11 GMT</pubDate>
			<description>I was just wondering, in object orientend programming, how would you assaign a direction for an object.  
For example: 
 
Lets say I have an object...</description>
			<content:encoded><![CDATA[<div>I was just wondering, in object orientend programming, how would you assaign a direction for an object. <br />
For example:<br />
<br />
Lets say I have an object in position (100, 350) and but I wont it to move to point ( 600, 39)<br />
How would I give the object a direction it could move towards? would you use pythagoras theorem</div>

]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-theory-questions/"><![CDATA[Java Theory & Questions]]></category>
			<dc:creator>kinkita</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-theory-questions/29539-oop-directions.html</guid>
		</item>
		<item>
			<title>How can I incorporate images when I click a button</title>
			<link>http://www.javaprogrammingforums.com/java-theory-questions/29529-how-can-i-incorporate-images-when-i-click-button.html</link>
			<pubDate>Sat, 18 May 2013 18:16:21 GMT</pubDate>
			<description><![CDATA[// Objective : When the user clicks the help button an image will pop up  
 
<div class="bbcode_container"> 
                 
<div...]]></description>
			<content:encoded><![CDATA[<div>// Objective : When the user clicks the help button an image will pop up <br />
<br />
<div class="bbcode_container">
                <div class="bbcode_description">Code :</div>
                <hr /><code class="bbcode_code"><div class="" style="font-family:monospace;"><pre style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">import java.awt.*;
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.*;import java.io.*;
import javax.swing.*;import javax.imageio.*;
import java.awt.Color;
import java.awt.Graphics;
&nbsp;
public class GridBags extends JFrame{
&nbsp;
&nbsp;
	JPanel thePanel;
&nbsp;
	public GridBags(){
		super();
&nbsp;
&nbsp;
		//general settings
		this.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
		this.setSize(1000, 500);
 		this.setResizable(false);
 		this.setTitle(&quot;Biology Review Program&quot;);
 		this.setVisible(true);
 		this.setLayout(new GridBagLayout());
&nbsp;
		initComponents();
&nbsp;
	}
&nbsp;
	public void initComponents(){
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
		//This variable is changed to allow us to place buttons
		//and other components flexibly on the page.
		GridBagConstraints c = new GridBagConstraints();
		c.fill = GridBagConstraints.NONE;
&nbsp;
		JButton lesson = new JButton(&quot;Lessons&quot;);
		c.gridwidth = 1;
		c.gridheight = 1;
		c.gridx = 1;
		c.gridy = 500;
		this.add(lesson, c);
		lesson.addActionListener(new ActionListener() {
&nbsp;
            public void actionPerformed(ActionEvent e){
				System.out.println(&quot;You clicked for Lesson?&quot;);
&nbsp;
            }
        });  
&nbsp;
		//create the myCreature object
		thePanel = new JPanel();
		//set the size and background of the panel
		thePanel.setPreferredSize(new Dimension(700, 500));
		thePanel.setBackground(new java.awt.Color(0, 0, 0));
		//add the panel to the pane
		c.gridwidth = 2;  //six &quot;buttons&quot; wide
		c.gridheight = 1;
		c.gridx = 3;		//left most
		c.gridy = 1;		//top most
		this.add(thePanel, c);
&nbsp;
		JButton quiz = new JButton(&quot;Quiz&quot;);
		c.gridwidth = 1;
		c.gridheight = 1;
		c.gridx = 2;
		c.gridy = 500;
		this.add(quiz, c);
		quiz.addActionListener(new ActionListener() {
&nbsp;
            public void actionPerformed(ActionEvent e){
				System.out.println(&quot;You clicked for Quiz?&quot;);
&nbsp;
            }
        });  
&nbsp;
&nbsp;
		JButton help = new JButton(&quot;Help&quot;);
		c.gridwidth = 1;
		c.gridheight = 1;
		c.gridx = 3;
		c.gridy = 500;
		this.add(help, c);
		help.addActionListener(new ActionListener() {
  &#91;COLOR=&quot;#FF0000&quot;&#93;	Image img=null;
    		try {img=ImageIO.read(new File(&quot;help.jpg&quot;));}
  			catch(IOException e)
      	    {System.out.println(&quot;ok&quot;);System.exit(0);}
    		g.drawImage(img,200,0,this);&#91;/COLOR&#93;
&nbsp;
&nbsp;
                 public void actionPerformed(ActionEvent e){
				System.out.println(&quot;You clicked for Help?&quot;);
&nbsp;
            }
        });  
&nbsp;
&nbsp;
	}
&nbsp;
&nbsp;
&nbsp;
	public static void main(String&#91;&#93; args){
&nbsp;
		GridBags example = new GridBags();
		example.pack();
		example.show();
	}
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
}</pre></div></code><hr />
</div> </div>

]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-theory-questions/"><![CDATA[Java Theory & Questions]]></category>
			<dc:creator>SwagKingzMon</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-theory-questions/29529-how-can-i-incorporate-images-when-i-click-button.html</guid>
		</item>
		<item>
			<title>Virtual Cursor?</title>
			<link>http://www.javaprogrammingforums.com/java-theory-questions/29520-virtual-cursor.html</link>
			<pubDate>Sat, 18 May 2013 02:39:16 GMT</pubDate>
			<description>Imagine this: You make a simple game using a contained within a JFrame. The game is played by moving your mouse around and clicking on different...</description>
			<content:encoded><![CDATA[<div>Imagine this: You make a simple game using a contained within a JFrame. The game is played by moving your mouse around and clicking on different things.<br />
<br />
Can you then make a virtual mouse to interact with that game that will not interfere with your normal cursor actions, and only do things within the JFrame. Like you could browse the web while it is running and it wouldn't interfere.<br />
<br />
Note: This has nothing to do with interacting with the game objects in code directly, but simple a virtual mouse overlay to interact with it in a simulated way.<font color="Silver"><br />
<br />
--- Update ---<br />
<br />
</font>This was also mention in a similar thread here: <a href="!14788!http://www.javaprogrammingforums.com/java-theory-questions/14788-need-alternative-java-awt-robot.html" target="_blank">http://www.javaprogrammingforums.com...awt-robot.html</a></div>

]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-theory-questions/"><![CDATA[Java Theory & Questions]]></category>
			<dc:creator>cgskook</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-theory-questions/29520-virtual-cursor.html</guid>
		</item>
		<item>
			<title>Calculating Pi to more digits?</title>
			<link>http://www.javaprogrammingforums.com/java-theory-questions/29517-calculating-pi-more-digits.html</link>
			<pubDate>Fri, 17 May 2013 22:35:35 GMT</pubDate>
			<description>Hey guys! So I have been messing around with calculating pi and I have gotten to the point where I have a loop running from 0 to long.max value. I am...</description>
			<content:encoded><![CDATA[<div>Hey guys! So I have been messing around with calculating pi and I have gotten to the point where I have a loop running from 0 to long.max value. I am using the fallowing infinite series:<br />
<div class="bbcode_container">
                <div class="bbcode_description">Code :</div>
                <hr /><code class="bbcode_code"><div class="" style="font-family:monospace;"><pre style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">pi = 4/1 + 4/3 - 4/5 + 4/7 ...</pre></div></code><hr />
</div> I am wondering a few things. First of all, I tried using BigDecimal and BigInteger to do this and it didn't really work out... :( I am wondering, how do I convert this:<br />
<div class="bbcode_container">
                <div class="bbcode_description">Code :</div>
                <hr /><code class="bbcode_code"><div class="" style="font-family:monospace;"><pre style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">double pi = 0.0;
				long divisor = 1;
				boolean positive = false;
&nbsp;
				for(long i = 0; i &lt; Long.MAX_VALUE; i++)
				{
					double n = ((double)4 / (double)divisor);
					if(positive)
						pi -= n;
					else
						pi += n;
					positive = !positive;
					divisor += 2;
				}
&nbsp;
				print(&quot;Pi calculated as: &quot; + pi);</pre></div></code><hr />
</div> To use BigInteger/Decimal? Also, are there any more accurate infinite series' that are more accurate AND are just as easy or almost as easy to implement?</div>

]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-theory-questions/"><![CDATA[Java Theory & Questions]]></category>
			<dc:creator>sci4me</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-theory-questions/29517-calculating-pi-more-digits.html</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] help]]></title>
			<link>http://www.javaprogrammingforums.com/java-theory-questions/29514-help.html</link>
			<pubDate>Fri, 17 May 2013 17:39:10 GMT</pubDate>
			<description><![CDATA[I'm going through a question on project euler and feel I have the solution though get a wrong answer when submitted, I've tried different methods and...]]></description>
			<content:encoded><![CDATA[<div>I'm going through a question on project euler and feel I have the solution though get a wrong answer when submitted, I've tried different methods and smaller versions of the question and still get the same answers which seem totally right, question seems pretty clear. I'm just wondering if someone could read my code and tell me if I'm wrong and some small tips.<br />
here is the question:<br />
<a href="http://projecteuler.net/problem=8" target="_blank">Problem 8 - Project Euler</a><br />
<div class="bbcode_container">
                <div class="bbcode_description">Code :</div>
                <hr /><code class="bbcode_code"><div class="" style="font-family:monospace;"><pre style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">import java.util.LinkedList;
&nbsp;
public class justTrying{
	public static void main(String&#91;&#93;args){
&nbsp;
 Integer&#91;&#93; stuff = {};
   String sum1 = &quot;7316717653133062491922511967442657474235534919493496983520312774506326239578318016984801869478851843858615607891129494954595017379583319528532088055111254069874715852386305071569329096329522744304355766896648950445244523161731856403098711121722383113622298934233803081353362766142828064444866452387493035890729629049156044077239071381051585930796086670172427121883998797908792274921901699720888093776657273330010533678812202354218097512545405947522435258490771167055601360483958644670632441572215539753697817977846174064955149290862569321978468622482839722413756570560574902614079729686524145351004748216637048440319989000889524345065854122758866688116427171479924442928230863465674813919123162824586178664583591245665294765456828489128831426076900422421902267105562632111110937054421750694165896040807198403850962455444362981230987879927244284909188845801561660979191338754992005240636899125607176060588611646710940507754100225698315520005593572972571636269561882670428252483600823257530420752963450&quot;;
	LinkedList&lt;Integer&gt;li = new LinkedList&lt;Integer&gt;();
&nbsp;
   for(int i = 0;i&lt;sum1.length();i++){
	   int n = Integer.parseInt(sum1.substring(i, i+1));
	   li.add(n);
	   }
   stuff = li.toArray(new Integer&#91;li.size()&#93;);
   for(int j = 0;j&lt;stuff.length-5;j = j+5){
	   System.out.println(stuff&#91;j&#93;*stuff&#91;j+1&#93;*stuff&#91;j+2&#93;*stuff&#91;j+3&#93;*stuff&#91;j+4&#93;);
   }
		}
	}</pre></div></code><hr />
</div> From here look at the answers for the highest.<font color="Silver"><br />
<br />
--- Update ---<br />
<br />
</font>I don't want the answer if I'm wrong.<br />
The Number is right since I've checked it.</div>

]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-theory-questions/"><![CDATA[Java Theory & Questions]]></category>
			<dc:creator>keepStriving</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-theory-questions/29514-help.html</guid>
		</item>
		<item>
			<title>Login system no access solution help</title>
			<link>http://www.javaprogrammingforums.com/java-theory-questions/29511-login-system-no-access-solution-help.html</link>
			<pubDate>Fri, 17 May 2013 15:40:07 GMT</pubDate>
			<description>Ok i am making 2d java game and i am writing a login system with accounts for it 
 
The problem is because the game will need to be bought before...</description>
			<content:encoded><![CDATA[<div>Ok i am making 2d java game and i am writing a login system with accounts for it<br />
<br />
The problem is because the game will need to be bought before played... what if the user cant connect to the internet<br />
<br />
I need a completely secure way of saving on the firs login if the user is valid or not etc but not to be able a user to redistribute the file and then anyone can start the game.</div>

]]></content:encoded>
			<category domain="http://www.javaprogrammingforums.com/java-theory-questions/"><![CDATA[Java Theory & Questions]]></category>
			<dc:creator>nickthegreek</dc:creator>
			<guid isPermaLink="true">http://www.javaprogrammingforums.com/java-theory-questions/29511-login-system-no-access-solution-help.html</guid>
		</item>
	</channel>
</rss>
