<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Rectangle + Origo' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Rectangle + Origo' posted on the 'Java' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 06:21:25 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 06:21:25 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Rectangle + Origo</title>
      <link>http://www.programmersheaven.com/mb/java/430390/430390/rectangle-+-origo/</link>
      <description>Someone who can help me to write and explain a code to write a class that handles rectangle rectangles with height, width, position and girth. The width and the height is set by the rectangle is created and the position means automatically to the origin x = 0 and y = 0. Using this method can move the rectangle changes.&lt;br /&gt;
&lt;br /&gt;
I have write this code now, as you will see Im an very big noob:&lt;br /&gt;
&lt;br /&gt;
public class Rectangle&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
   public int length=0;&lt;br /&gt;
&lt;br /&gt;
   public int height=0;&lt;br /&gt;
&lt;br /&gt;
   public int width=0;&lt;br /&gt;
&lt;br /&gt;
public Rectangle(int x, int y&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
   length=x;&lt;br /&gt;
&lt;br /&gt;
   height=y;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
public Rectangle(int x, int y, int z)&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
   length=x;&lt;br /&gt;
&lt;br /&gt;
   height=y;&lt;br /&gt;
&lt;br /&gt;
   width=z;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java/430390/430390/rectangle-+-origo/</guid>
      <pubDate>Tue, 27 Nov 2012 10:29:42 -0700</pubDate>
      <category>Java</category>
    </item>
  </channel>
</rss>