Revision: 1153
Author: heuermh
Date: Tue Oct 25 20:34:02 2011
Log: Issue 225 ; apply documentation fix, import statements and
description were out of order
http://code.google.com/p/piccolo2d/source/detail?r=1153
Modified:
/site/learn/interaction.html
=======================================
--- /site/learn/interaction.html Wed Oct 21 09:20:42 2009
+++ /site/learn/interaction.html Tue Oct 25 20:34:02 2011
@@ -165,19 +165,18 @@
</pre>
<pre class='snippet csharp' id='csharp1'>
using UMD.HCIL.Piccolo;
-using UMD.HCIL.Piccolo.Nodes;
using UMD.HCIL.Piccolo.Event;
+using UMD.HCIL.Piccolo.Nodes;
using UMD.HCIL.Piccolo.Util;
using UMD.HCIL.PiccoloX;
</pre>
</div>
- <p>The first line adds the base Piccolo2D types, such as
<code>PNode</code>. The second
- line includes the default node types that Piccolo2D provides, all
of which extend
- <code>PNode</code>. The third line includes the basic event
types. The fourth
- line includes several utility classes. And the last line
includes various "extras,"
- such as <code>PForm</code> in .NET and <code>PFrame</code> in
Java, which will be used
- below.</p>
+ <p>The first line adds the base Piccolo2D types, such as
<code>PNode</code>. The second line
+ includes the basic event types. The third line includes the
default node types that Piccolo2D
+ provides, all of which extend <code>PNode</code>. The fourth
line includes several utility
+ classes, and the last line includes various "extras," such as
<code>PForm</code> in .NET and
+ <code>PFrame</code> in Java, which will be used below.</p>
</li>
<li>
--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en