convert ms word html to hand rolled
diff --git a/plexi-netbeans/nbart_files/image013.jpg b/plexi-netbeans/1.jpg
old mode 100755
new mode 100644
similarity index 100%
rename from plexi-netbeans/nbart_files/image013.jpg
rename to plexi-netbeans/1.jpg
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image026.jpg b/plexi-netbeans/10.jpg
old mode 100755
new mode 100644
similarity index 100%
rename from plexi-netbeans/nbart_files/image026.jpg
rename to plexi-netbeans/10.jpg
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image028.jpg b/plexi-netbeans/11.jpg
old mode 100755
new mode 100644
similarity index 100%
rename from plexi-netbeans/nbart_files/image028.jpg
rename to plexi-netbeans/11.jpg
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image030.jpg b/plexi-netbeans/12.jpg
old mode 100755
new mode 100644
similarity index 100%
rename from plexi-netbeans/nbart_files/image030.jpg
rename to plexi-netbeans/12.jpg
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image032.jpg b/plexi-netbeans/14.jpg
old mode 100755
new mode 100644
similarity index 100%
rename from plexi-netbeans/nbart_files/image032.jpg
rename to plexi-netbeans/14.jpg
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image014.jpg b/plexi-netbeans/2.jpg
old mode 100755
new mode 100644
similarity index 100%
rename from plexi-netbeans/nbart_files/image014.jpg
rename to plexi-netbeans/2.jpg
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image015.jpg b/plexi-netbeans/3.jpg
old mode 100755
new mode 100644
similarity index 100%
rename from plexi-netbeans/nbart_files/image015.jpg
rename to plexi-netbeans/3.jpg
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image016.jpg b/plexi-netbeans/4.jpg
old mode 100755
new mode 100644
similarity index 100%
rename from plexi-netbeans/nbart_files/image016.jpg
rename to plexi-netbeans/4.jpg
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image017.jpg b/plexi-netbeans/5.jpg
old mode 100755
new mode 100644
similarity index 100%
rename from plexi-netbeans/nbart_files/image017.jpg
rename to plexi-netbeans/5.jpg
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image018.jpg b/plexi-netbeans/6.jpg
old mode 100755
new mode 100644
similarity index 100%
rename from plexi-netbeans/nbart_files/image018.jpg
rename to plexi-netbeans/6.jpg
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image020.jpg b/plexi-netbeans/7.jpg
old mode 100755
new mode 100644
similarity index 100%
rename from plexi-netbeans/nbart_files/image020.jpg
rename to plexi-netbeans/7.jpg
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image022.jpg b/plexi-netbeans/8.jpg
old mode 100755
new mode 100644
similarity index 100%
rename from plexi-netbeans/nbart_files/image022.jpg
rename to plexi-netbeans/8.jpg
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image024.jpg b/plexi-netbeans/9.jpg
old mode 100755
new mode 100644
similarity index 100%
rename from plexi-netbeans/nbart_files/image024.jpg
rename to plexi-netbeans/9.jpg
Binary files differ
diff --git a/plexi-netbeans/nb.html b/plexi-netbeans/nb.html
new file mode 100644
index 0000000..f3879a6
--- /dev/null
+++ b/plexi-netbeans/nb.html
@@ -0,0 +1,87 @@
+<html>
+<head>
+<title> PLEXI DEVELOPER QUICK START </title>
+</head>
+<body>
+
+<center>
+<h1>
+PLEXI DEVELOPER QUICK START
+</h1>
+A guide to becoming a developer on the Plexi project using NetBeans IDE
+</center>
+<br>
+
+<p>1. Open NetBeans IDE. Here is pic of NetBeans 7.1.1 open
+ with no projects nor files.<br>
+<img src=1.jpg>
+
+<p>2. Click "Team -> Git -> Clone".<br>
+<img src=2.jpg>
+
+<p>3. Insert repository URL https://code.google.com/p/plexi/ .
+ Optionally insert username and password (if you're going
+ to be commiting changes).<br>
+<img src=3.jpg><br>
+Click Next
+
+<p>4. Select master* branch.<br>
+<img src=4.jpg><br>
+Click Next
+
+<p>5. Choose and specify your own parent directory 
+for projects and your own clone name.  The
+parent directory is where your NetBeans projects 
+live.  The clone directory will be a subdirectory
+devoted to this project.<br>
+<img src=5.jpg><br>
+Click Finish
+
+<p>6. You'll be asked if you'd like to create an IDE project.
+Click Create Project.<br>
+<img src=6.jpg>
+
+<p>7. Choose "Java Free-Form Project".<br>
+<img src=7.jpg>
+
+<p>8. Use parent directory and clone name as location.
+ Other entries should be automatically filled.<br>
+<img src=8.jpg><br>
+Click Next
+
+<p>9. The Build and Run Actions should all 
+be automatically correctly filled.<br>
+<img src=9.jpg><br>
+Click Next
+
+<p>10. Make sure to provide src directory as 
+source folder and test directory as tests folder.
+ Set source level to JDK 1.6 and encoding to UTF-8.<br>
+<img src=10.jpg><br>
+Click Next
+
+<p>11. Add lib to classpath.<br>
+<img src=11.jpg><br>
+Click Next
+
+<p>12.Add class output directory (which doesn't
+ exist yet because we haven't compiled yet). 
+Also add javadoc directory (which also doesn't exist yet).<br>
+<img src=12.jpg><br>
+Click Finish
+
+<p>14. Click "Run > Test Project (plexi)" to confirm
+ everything compiles and all tests are passing.<br>
+<img src=14.jpg width=1037>
+
+<p> 15. Congratulate yourself on setting up NetBeans
+ for your Plexi development!<br>
+<br>
+Thank you.
+
+<p>
+2012.03.14<br>
+California, USA<br>
+
+</body>
+</html>
diff --git a/plexi-netbeans/nbart.htm b/plexi-netbeans/nbart.htm
deleted file mode 100755
index 023f948..0000000
--- a/plexi-netbeans/nbart.htm
+++ /dev/null
@@ -1,684 +0,0 @@
-<html xmlns:v="urn:schemas-microsoft-com:vml"

-xmlns:o="urn:schemas-microsoft-com:office:office"

-xmlns:w="urn:schemas-microsoft-com:office:word"

-xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"

-xmlns="http://www.w3.org/TR/REC-html40">

-

-<head>

-<meta http-equiv=Content-Type content="text/html; charset=UTF-8">

-<meta name=ProgId content=Word.Document>

-<meta name=Generator content="Microsoft Word 12">

-<meta name=Originator content="Microsoft Word 12">

-<link rel=File-List href="nbart_files/filelist.xml">

-<link rel=Edit-Time-Data href="nbart_files/editdata.mso">

-<!--[if !mso]>

-<style>

-v\:* {behavior:url(#default#VML);}

-o\:* {behavior:url(#default#VML);}

-w\:* {behavior:url(#default#VML);}

-.shape {behavior:url(#default#VML);}

-</style>

-<![endif]--><!--[if gte mso 9]><xml>

- <o:DocumentProperties>

-  <o:Author>pjo</o:Author>

-  <o:LastAuthor>pjo</o:LastAuthor>

-  <o:Revision>3</o:Revision>

-  <o:TotalTime>64</o:TotalTime>

-  <o:Created>2012-03-14T21:59:00Z</o:Created>

-  <o:LastSaved>2012-03-14T22:31:00Z</o:LastSaved>

-  <o:Pages>7</o:Pages>

-  <o:Words>222</o:Words>

-  <o:Characters>1271</o:Characters>

-  <o:Company>Google</o:Company>

-  <o:Lines>10</o:Lines>

-  <o:Paragraphs>2</o:Paragraphs>

-  <o:CharactersWithSpaces>1491</o:CharactersWithSpaces>

-  <o:Version>12.00</o:Version>

- </o:DocumentProperties>

-</xml><![endif]-->

-<link rel=themeData href="nbart_files/themedata.thmx">

-<link rel=colorSchemeMapping href="nbart_files/colorschememapping.xml">

-<!--[if gte mso 9]><xml>

- <w:WordDocument>

-  <w:SpellingState>Clean</w:SpellingState>

-  <w:GrammarState>Clean</w:GrammarState>

-  <w:TrackMoves>false</w:TrackMoves>

-  <w:TrackFormatting/>

-  <w:PunctuationKerning/>

-  <w:ValidateAgainstSchemas/>

-  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>

-  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>

-  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>

-  <w:DoNotPromoteQF/>

-  <w:LidThemeOther>EN-US</w:LidThemeOther>

-  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>

-  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>

-  <w:Compatibility>

-   <w:BreakWrappedTables/>

-   <w:SnapToGridInCell/>

-   <w:WrapTextWithPunct/>

-   <w:UseAsianBreakRules/>

-   <w:DontGrowAutofit/>

-   <w:SplitPgBreakAndParaMark/>

-   <w:DontVertAlignCellWithSp/>

-   <w:DontBreakConstrainedForcedTables/>

-   <w:DontVertAlignInTxbx/>

-   <w:Word11KerningPairs/>

-   <w:CachedColBalance/>

-  </w:Compatibility>

-  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>

-  <m:mathPr>

-   <m:mathFont m:val="Cambria Math"/>

-   <m:brkBin m:val="before"/>

-   <m:brkBinSub m:val="&#45;-"/>

-   <m:smallFrac m:val="off"/>

-   <m:dispDef/>

-   <m:lMargin m:val="0"/>

-   <m:rMargin m:val="0"/>

-   <m:defJc m:val="centerGroup"/>

-   <m:wrapIndent m:val="1440"/>

-   <m:intLim m:val="subSup"/>

-   <m:naryLim m:val="undOvr"/>

-  </m:mathPr></w:WordDocument>

-</xml><![endif]--><!--[if gte mso 9]><xml>

- <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"

-  DefSemiHidden="true" DefQFormat="false" DefPriority="99"

-  LatentStyleCount="267">

-  <w:LsdException Locked="false" Priority="0" SemiHidden="false"

-   UnhideWhenUsed="false" QFormat="true" Name="Normal"/>

-  <w:LsdException Locked="false" Priority="9" SemiHidden="false"

-   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>

-  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>

-  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>

-  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>

-  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>

-  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>

-  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>

-  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>

-  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>

-  <w:LsdException Locked="false" Priority="39" Name="toc 1"/>

-  <w:LsdException Locked="false" Priority="39" Name="toc 2"/>

-  <w:LsdException Locked="false" Priority="39" Name="toc 3"/>

-  <w:LsdException Locked="false" Priority="39" Name="toc 4"/>

-  <w:LsdException Locked="false" Priority="39" Name="toc 5"/>

-  <w:LsdException Locked="false" Priority="39" Name="toc 6"/>

-  <w:LsdException Locked="false" Priority="39" Name="toc 7"/>

-  <w:LsdException Locked="false" Priority="39" Name="toc 8"/>

-  <w:LsdException Locked="false" Priority="39" Name="toc 9"/>

-  <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>

-  <w:LsdException Locked="false" Priority="10" SemiHidden="false"

-   UnhideWhenUsed="false" QFormat="true" Name="Title"/>

-  <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>

-  <w:LsdException Locked="false" Priority="11" SemiHidden="false"

-   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>

-  <w:LsdException Locked="false" Priority="22" SemiHidden="false"

-   UnhideWhenUsed="false" QFormat="true" Name="Strong"/>

-  <w:LsdException Locked="false" Priority="20" SemiHidden="false"

-   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>

-  <w:LsdException Locked="false" Priority="59" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Table Grid"/>

-  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>

-  <w:LsdException Locked="false" Priority="1" SemiHidden="false"

-   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>

-  <w:LsdException Locked="false" Priority="60" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light Shading"/>

-  <w:LsdException Locked="false" Priority="61" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light List"/>

-  <w:LsdException Locked="false" Priority="62" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light Grid"/>

-  <w:LsdException Locked="false" Priority="63" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Shading 1"/>

-  <w:LsdException Locked="false" Priority="64" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Shading 2"/>

-  <w:LsdException Locked="false" Priority="65" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium List 1"/>

-  <w:LsdException Locked="false" Priority="66" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium List 2"/>

-  <w:LsdException Locked="false" Priority="67" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 1"/>

-  <w:LsdException Locked="false" Priority="68" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 2"/>

-  <w:LsdException Locked="false" Priority="69" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 3"/>

-  <w:LsdException Locked="false" Priority="70" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Dark List"/>

-  <w:LsdException Locked="false" Priority="71" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful Shading"/>

-  <w:LsdException Locked="false" Priority="72" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful List"/>

-  <w:LsdException Locked="false" Priority="73" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful Grid"/>

-  <w:LsdException Locked="false" Priority="60" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light Shading Accent 1"/>

-  <w:LsdException Locked="false" Priority="61" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light List Accent 1"/>

-  <w:LsdException Locked="false" Priority="62" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light Grid Accent 1"/>

-  <w:LsdException Locked="false" Priority="63" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>

-  <w:LsdException Locked="false" Priority="64" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>

-  <w:LsdException Locked="false" Priority="65" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>

-  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>

-  <w:LsdException Locked="false" Priority="34" SemiHidden="false"

-   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>

-  <w:LsdException Locked="false" Priority="29" SemiHidden="false"

-   UnhideWhenUsed="false" QFormat="true" Name="Quote"/>

-  <w:LsdException Locked="false" Priority="30" SemiHidden="false"

-   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>

-  <w:LsdException Locked="false" Priority="66" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>

-  <w:LsdException Locked="false" Priority="67" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>

-  <w:LsdException Locked="false" Priority="68" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>

-  <w:LsdException Locked="false" Priority="69" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>

-  <w:LsdException Locked="false" Priority="70" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Dark List Accent 1"/>

-  <w:LsdException Locked="false" Priority="71" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>

-  <w:LsdException Locked="false" Priority="72" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful List Accent 1"/>

-  <w:LsdException Locked="false" Priority="73" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>

-  <w:LsdException Locked="false" Priority="60" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light Shading Accent 2"/>

-  <w:LsdException Locked="false" Priority="61" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light List Accent 2"/>

-  <w:LsdException Locked="false" Priority="62" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light Grid Accent 2"/>

-  <w:LsdException Locked="false" Priority="63" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>

-  <w:LsdException Locked="false" Priority="64" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>

-  <w:LsdException Locked="false" Priority="65" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>

-  <w:LsdException Locked="false" Priority="66" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>

-  <w:LsdException Locked="false" Priority="67" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>

-  <w:LsdException Locked="false" Priority="68" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>

-  <w:LsdException Locked="false" Priority="69" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>

-  <w:LsdException Locked="false" Priority="70" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Dark List Accent 2"/>

-  <w:LsdException Locked="false" Priority="71" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>

-  <w:LsdException Locked="false" Priority="72" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful List Accent 2"/>

-  <w:LsdException Locked="false" Priority="73" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>

-  <w:LsdException Locked="false" Priority="60" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light Shading Accent 3"/>

-  <w:LsdException Locked="false" Priority="61" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light List Accent 3"/>

-  <w:LsdException Locked="false" Priority="62" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light Grid Accent 3"/>

-  <w:LsdException Locked="false" Priority="63" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>

-  <w:LsdException Locked="false" Priority="64" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>

-  <w:LsdException Locked="false" Priority="65" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>

-  <w:LsdException Locked="false" Priority="66" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>

-  <w:LsdException Locked="false" Priority="67" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>

-  <w:LsdException Locked="false" Priority="68" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>

-  <w:LsdException Locked="false" Priority="69" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>

-  <w:LsdException Locked="false" Priority="70" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Dark List Accent 3"/>

-  <w:LsdException Locked="false" Priority="71" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>

-  <w:LsdException Locked="false" Priority="72" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful List Accent 3"/>

-  <w:LsdException Locked="false" Priority="73" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>

-  <w:LsdException Locked="false" Priority="60" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light Shading Accent 4"/>

-  <w:LsdException Locked="false" Priority="61" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light List Accent 4"/>

-  <w:LsdException Locked="false" Priority="62" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light Grid Accent 4"/>

-  <w:LsdException Locked="false" Priority="63" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>

-  <w:LsdException Locked="false" Priority="64" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>

-  <w:LsdException Locked="false" Priority="65" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>

-  <w:LsdException Locked="false" Priority="66" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>

-  <w:LsdException Locked="false" Priority="67" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>

-  <w:LsdException Locked="false" Priority="68" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>

-  <w:LsdException Locked="false" Priority="69" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>

-  <w:LsdException Locked="false" Priority="70" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Dark List Accent 4"/>

-  <w:LsdException Locked="false" Priority="71" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>

-  <w:LsdException Locked="false" Priority="72" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful List Accent 4"/>

-  <w:LsdException Locked="false" Priority="73" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>

-  <w:LsdException Locked="false" Priority="60" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light Shading Accent 5"/>

-  <w:LsdException Locked="false" Priority="61" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light List Accent 5"/>

-  <w:LsdException Locked="false" Priority="62" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light Grid Accent 5"/>

-  <w:LsdException Locked="false" Priority="63" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>

-  <w:LsdException Locked="false" Priority="64" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>

-  <w:LsdException Locked="false" Priority="65" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>

-  <w:LsdException Locked="false" Priority="66" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>

-  <w:LsdException Locked="false" Priority="67" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>

-  <w:LsdException Locked="false" Priority="68" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>

-  <w:LsdException Locked="false" Priority="69" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>

-  <w:LsdException Locked="false" Priority="70" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Dark List Accent 5"/>

-  <w:LsdException Locked="false" Priority="71" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>

-  <w:LsdException Locked="false" Priority="72" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful List Accent 5"/>

-  <w:LsdException Locked="false" Priority="73" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>

-  <w:LsdException Locked="false" Priority="60" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light Shading Accent 6"/>

-  <w:LsdException Locked="false" Priority="61" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light List Accent 6"/>

-  <w:LsdException Locked="false" Priority="62" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Light Grid Accent 6"/>

-  <w:LsdException Locked="false" Priority="63" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>

-  <w:LsdException Locked="false" Priority="64" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>

-  <w:LsdException Locked="false" Priority="65" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>

-  <w:LsdException Locked="false" Priority="66" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>

-  <w:LsdException Locked="false" Priority="67" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>

-  <w:LsdException Locked="false" Priority="68" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>

-  <w:LsdException Locked="false" Priority="69" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>

-  <w:LsdException Locked="false" Priority="70" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Dark List Accent 6"/>

-  <w:LsdException Locked="false" Priority="71" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>

-  <w:LsdException Locked="false" Priority="72" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful List Accent 6"/>

-  <w:LsdException Locked="false" Priority="73" SemiHidden="false"

-   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>

-  <w:LsdException Locked="false" Priority="19" SemiHidden="false"

-   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>

-  <w:LsdException Locked="false" Priority="21" SemiHidden="false"

-   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>

-  <w:LsdException Locked="false" Priority="31" SemiHidden="false"

-   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>

-  <w:LsdException Locked="false" Priority="32" SemiHidden="false"

-   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>

-  <w:LsdException Locked="false" Priority="33" SemiHidden="false"

-   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>

-  <w:LsdException Locked="false" Priority="37" Name="Bibliography"/>

-  <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>

- </w:LatentStyles>

-</xml><![endif]-->

-<style>

-<!--

- /* Font Definitions */

- @font-face

-	{font-family:"Cambria Math";

-	panose-1:2 4 5 3 5 4 6 3 2 4;

-	mso-font-charset:1;

-	mso-generic-font-family:roman;

-	mso-font-format:other;

-	mso-font-pitch:variable;

-	mso-font-signature:0 0 0 0 0 0;}

-@font-face

-	{font-family:Calibri;

-	panose-1:2 15 5 2 2 2 4 3 2 4;

-	mso-font-charset:0;

-	mso-generic-font-family:swiss;

-	mso-font-pitch:variable;

-	mso-font-signature:-520092929 1073786111 9 0 415 0;}

-@font-face

-	{font-family:Tahoma;

-	panose-1:2 11 6 4 3 5 4 4 2 4;

-	mso-font-charset:0;

-	mso-generic-font-family:swiss;

-	mso-font-pitch:variable;

-	mso-font-signature:-520081665 -1073717157 41 0 66047 0;}

- /* Style Definitions */

- p.MsoNormal, li.MsoNormal, div.MsoNormal

-	{mso-style-unhide:no;

-	mso-style-qformat:yes;

-	mso-style-parent:"";

-	margin-top:0in;

-	margin-right:0in;

-	margin-bottom:10.0pt;

-	margin-left:0in;

-	line-height:115%;

-	mso-pagination:widow-orphan;

-	font-size:11.0pt;

-	font-family:"Calibri","sans-serif";

-	mso-ascii-font-family:Calibri;

-	mso-ascii-theme-font:minor-latin;

-	mso-fareast-font-family:Calibri;

-	mso-fareast-theme-font:minor-latin;

-	mso-hansi-font-family:Calibri;

-	mso-hansi-theme-font:minor-latin;

-	mso-bidi-font-family:"Times New Roman";

-	mso-bidi-theme-font:minor-bidi;}

-a:link, span.MsoHyperlink

-	{mso-style-noshow:yes;

-	mso-style-priority:99;

-	color:blue;

-	mso-themecolor:hyperlink;

-	text-decoration:underline;

-	text-underline:single;}

-a:visited, span.MsoHyperlinkFollowed

-	{mso-style-noshow:yes;

-	mso-style-priority:99;

-	color:purple;

-	mso-themecolor:followedhyperlink;

-	text-decoration:underline;

-	text-underline:single;}

-p.MsoAcetate, li.MsoAcetate, div.MsoAcetate

-	{mso-style-noshow:yes;

-	mso-style-priority:99;

-	mso-style-link:"Balloon Text Char";

-	margin:0in;

-	margin-bottom:.0001pt;

-	mso-pagination:widow-orphan;

-	font-size:8.0pt;

-	font-family:"Tahoma","sans-serif";

-	mso-fareast-font-family:Calibri;

-	mso-fareast-theme-font:minor-latin;}

-span.BalloonTextChar

-	{mso-style-name:"Balloon Text Char";

-	mso-style-noshow:yes;

-	mso-style-priority:99;

-	mso-style-unhide:no;

-	mso-style-locked:yes;

-	mso-style-link:"Balloon Text";

-	mso-ansi-font-size:8.0pt;

-	mso-bidi-font-size:8.0pt;

-	font-family:"Tahoma","sans-serif";

-	mso-ascii-font-family:Tahoma;

-	mso-hansi-font-family:Tahoma;

-	mso-bidi-font-family:Tahoma;}

-span.SpellE

-	{mso-style-name:"";

-	mso-spl-e:yes;}

-span.GramE

-	{mso-style-name:"";

-	mso-gram-e:yes;}

-.MsoChpDefault

-	{mso-style-type:export-only;

-	mso-default-props:yes;

-	font-size:10.0pt;

-	mso-ansi-font-size:10.0pt;

-	mso-bidi-font-size:10.0pt;

-	mso-ascii-font-family:Calibri;

-	mso-ascii-theme-font:minor-latin;

-	mso-fareast-font-family:Calibri;

-	mso-fareast-theme-font:minor-latin;

-	mso-hansi-font-family:Calibri;

-	mso-hansi-theme-font:minor-latin;

-	mso-bidi-font-family:"Times New Roman";

-	mso-bidi-theme-font:minor-bidi;}

-@page WordSection1

-	{size:8.5in 11.0in;

-	margin:1.0in 1.0in 1.0in 1.0in;

-	mso-header-margin:.5in;

-	mso-footer-margin:.5in;

-	mso-paper-source:0;}

-div.WordSection1

-	{page:WordSection1;}

--->

-</style>

-<!--[if gte mso 10]>

-<style>

- /* Style Definitions */

- table.MsoNormalTable

-	{mso-style-name:"Table Normal";

-	mso-tstyle-rowband-size:0;

-	mso-tstyle-colband-size:0;

-	mso-style-noshow:yes;

-	mso-style-priority:99;

-	mso-style-qformat:yes;

-	mso-style-parent:"";

-	mso-padding-alt:0in 5.4pt 0in 5.4pt;

-	mso-para-margin:0in;

-	mso-para-margin-bottom:.0001pt;

-	mso-pagination:widow-orphan;

-	font-size:10.0pt;

-	font-family:"Calibri","sans-serif";

-	mso-ascii-font-family:Calibri;

-	mso-ascii-theme-font:minor-latin;

-	mso-hansi-font-family:Calibri;

-	mso-hansi-theme-font:minor-latin;

-	mso-bidi-font-family:"Times New Roman";

-	mso-bidi-theme-font:minor-bidi;}

-</style>

-<![endif]--><!--[if gte mso 9]><xml>

- <o:shapedefaults v:ext="edit" spidmax="3074"/>

-</xml><![endif]--><!--[if gte mso 9]><xml>

- <o:shapelayout v:ext="edit">

-  <o:idmap v:ext="edit" data="1"/>

- </o:shapelayout></xml><![endif]-->

-</head>

-

-<body lang=EN-US link=blue vlink=purple style='tab-interval:.5in'>

-

-<div class=WordSection1>

-

-<p class=MsoNormal align=center style='text-align:center'><span

-style='font-size:22.0pt;line-height:115%;mso-no-proof:yes'>PLEXI DEVELOPER

-QUICK START<o:p></o:p></span></p>

-

-<p class=MsoNormal align=center style='text-align:center'><span

-style='mso-no-proof:yes'>A guide to becoming a developer on the Plexi project

-using NetBeans IDE<o:p></o:p></span></p>

-

-<p class=MsoNormal><span style='mso-no-proof:yes'><br>

-<br>

-1.<span style='mso-spacerun:yes'>  </span>Open NetBeans IDE.<span

-style='mso-spacerun:yes'>  </span>Here is pic of NetBeans<span

-style='mso-spacerun:yes'>  </span>7.1.1 open with no projects nor files.</span><span

-style='font-size:22.0pt;line-height:115%;mso-no-proof:yes'><o:p></o:p></span></p>

-

-<p class=MsoNormal><span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shapetype

- id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"

- path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">

- <v:stroke joinstyle="miter"/>

- <v:formulas>

-  <v:f eqn="if lineDrawn pixelLineWidth 0"/>

-  <v:f eqn="sum @0 1 0"/>

-  <v:f eqn="sum 0 0 @1"/>

-  <v:f eqn="prod @2 1 2"/>

-  <v:f eqn="prod @3 21600 pixelWidth"/>

-  <v:f eqn="prod @3 21600 pixelHeight"/>

-  <v:f eqn="sum @0 0 1"/>

-  <v:f eqn="prod @6 1 2"/>

-  <v:f eqn="prod @7 21600 pixelWidth"/>

-  <v:f eqn="sum @8 21600 0"/>

-  <v:f eqn="prod @7 21600 pixelHeight"/>

-  <v:f eqn="sum @10 21600 0"/>

- </v:formulas>

- <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>

- <o:lock v:ext="edit" aspectratio="t"/>

-</v:shapetype><v:shape id="Picture_x0020_1" o:spid="_x0000_i1037" type="#_x0000_t75"

- style='width:468.75pt;height:332.25pt;visibility:visible;mso-wrap-style:square'>

- <v:imagedata src="nbart_files/image001.png" o:title=""/>

-</v:shape><![endif]--><![if !vml]><img width=625 height=443

-src="nbart_files/image013.jpg" v:shapes="Picture_x0020_1"><![endif]></span></p>

-

-<p class=MsoNormal><o:p>&nbsp;</o:p></p>

-

-<p class=MsoNormal>2.<span style='mso-spacerun:yes'>  </span>Click “Team -&gt; <span

-class=SpellE>Git</span> -&gt; Clone”<br>

-<span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape id="_x0000_i1036"

- type="#_x0000_t75" style='width:467.25pt;height:332.25pt;visibility:visible;

- mso-wrap-style:square'>

- <v:imagedata src="nbart_files/image003.png" o:title=""/>

-</v:shape><![endif]--><![if !vml]><img width=623 height=443

-src="nbart_files/image014.jpg" v:shapes="_x0000_i1036"><![endif]></span></p>

-

-<p class=MsoNormal><br>

-3. Insert repository URL <a href="https://code.google.com/p/plexi/">https://code.google.com/p/plexi/</a>

-.<span style='mso-spacerun:yes'>   </span>Optionally insert username and

-password.<span style='mso-spacerun:yes'>  </span><br>

-<span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape id="Picture_x0020_11"

- o:spid="_x0000_i1035" type="#_x0000_t75" style='width:468pt;height:246pt;

- visibility:visible;mso-wrap-style:square'>

- <v:imagedata src="nbart_files/image005.png" o:title=""/>

-</v:shape><![endif]--><![if !vml]><img border=0 width=624 height=328

-src="nbart_files/image015.jpg" v:shapes="Picture_x0020_11"><![endif]></span></p>

-

-<p class=MsoNormal>Click “Next &gt;”.</p>

-

-<p class=MsoNormal><o:p>&nbsp;</o:p></p>

-

-<p class=MsoNormal>4. Select master* branch.<span style='mso-spacerun:yes'> 

-</span><br>

-<span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape id="Picture_x0020_14"

- o:spid="_x0000_i1034" type="#_x0000_t75" style='width:468pt;height:246pt;

- visibility:visible;mso-wrap-style:square'>

- <v:imagedata src="nbart_files/image007.png" o:title=""/>

-</v:shape><![endif]--><![if !vml]><img border=0 width=624 height=328

-src="nbart_files/image016.jpg" v:shapes="Picture_x0020_14"><![endif]></span></p>

-

-<p class=MsoNormal>Click “Next &gt;”.<br>

-<br>

-5. Choose and specify your own parent directory for projects and your own clone

-name. <br>

-<span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape id="Picture_x0020_23"

- o:spid="_x0000_i1033" type="#_x0000_t75" style='width:468pt;height:246pt;

- visibility:visible;mso-wrap-style:square'>

- <v:imagedata src="nbart_files/image009.png" o:title=""/>

-</v:shape><![endif]--><![if !vml]><img border=0 width=624 height=328

-src="nbart_files/image017.jpg" v:shapes="Picture_x0020_23"><![endif]></span><span

-style='mso-spacerun:yes'> </span></p>

-

-<p class=MsoNormal>Click “Finish”.<br>

-<br>

-<br>

-6.<span style='mso-spacerun:yes'>  </span>You’ll be asked if you’d like to

-create an IDE project.<span style='mso-spacerun:yes'>   </span>Click “Create

-Project…<span class=GramE>”.</span><br>

-<span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape id="Picture_x0020_26"

- o:spid="_x0000_i1032" type="#_x0000_t75" style='width:300.75pt;height:132.75pt;

- visibility:visible;mso-wrap-style:square'>

- <v:imagedata src="nbart_files/image011.png" o:title=""/>

-</v:shape><![endif]--><![if !vml]><img border=0 width=401 height=177

-src="nbart_files/image018.jpg" v:shapes="Picture_x0020_26"><![endif]></span><br

-style='mso-special-character:line-break'>

-<![if !supportLineBreakNewLine]><br style='mso-special-character:line-break'>

-<![endif]></p>

-

-<p class=MsoNormal>7. Choose “Java Free-Form Project”.<br>

-<span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape id="Picture_x0020_7"

- o:spid="_x0000_i1031" type="#_x0000_t75" style='width:552.75pt;height:380.25pt;

- visibility:visible;mso-wrap-style:square'>

- <v:imagedata src="nbart_files/image019.png" o:title=""/>

-</v:shape><![endif]--><![if !vml]><img border=0 width=737 height=507

-src="nbart_files/image020.jpg" v:shapes="Picture_x0020_7"><![endif]></span></p>

-

-<p class=MsoNormal><o:p>&nbsp;</o:p></p>

-

-<p class=MsoNormal>8. Use parent directory and clone name as location.<span

-style='mso-spacerun:yes'>  </span>Other entries should be automatically filled.<br>

-<span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape id="Picture_x0020_10"

- o:spid="_x0000_i1030" type="#_x0000_t75" style='width:552.75pt;height:395.25pt;

- visibility:visible;mso-wrap-style:square'>

- <v:imagedata src="nbart_files/image021.png" o:title=""/>

-</v:shape><![endif]--><![if !vml]><img border=0 width=737 height=527

-src="nbart_files/image022.jpg" v:shapes="Picture_x0020_10"><![endif]></span></p>

-

-<p class=MsoNormal>Click “Next &gt;”.<br style='mso-special-character:line-break'>

-<![if !supportLineBreakNewLine]><br style='mso-special-character:line-break'>

-<![endif]></p>

-

-<p class=MsoNormal>9. The Build and Run Actions should all be automatically

-correctly filled.<br>

-<span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape id="Picture_x0020_13"

- o:spid="_x0000_i1029" type="#_x0000_t75" style='width:552.75pt;height:395.25pt;

- visibility:visible;mso-wrap-style:square'>

- <v:imagedata src="nbart_files/image023.png" o:title=""/>

-</v:shape><![endif]--><![if !vml]><img border=0 width=737 height=527

-src="nbart_files/image024.jpg" v:shapes="Picture_x0020_13"><![endif]></span><br>

-Click “Next &gt;”.<br>

-<br>

-10. Make sure to provide “<span class=SpellE>src</span>” directory as source

-folder and “test” directory as tests folder.<span style='mso-spacerun:yes'> 

-</span>Set source level to JDK 1.6 and encoding to UTF-8.<span

-style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape id="Picture_x0020_16"

- o:spid="_x0000_i1028" type="#_x0000_t75" style='width:776.25pt;height:636pt;

- visibility:visible;mso-wrap-style:square'>

- <v:imagedata src="nbart_files/image025.png" o:title=""/>

-</v:shape><![endif]--><![if !vml]><img border=0 width=1035 height=848

-src="nbart_files/image026.jpg" v:shapes="Picture_x0020_16"><![endif]></span></p>

-

-<p class=MsoNormal>Click “Next &gt;”.<br>

-<br>

-11. Add “lib” to <span class=SpellE>classpath</span>.<br>

-<span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape id="Picture_x0020_19"

- o:spid="_x0000_i1027" type="#_x0000_t75" style='width:777.75pt;height:636pt;

- visibility:visible;mso-wrap-style:square'>

- <v:imagedata src="nbart_files/image027.png" o:title=""/>

-</v:shape><![endif]--><![if !vml]><img border=0 width=1037 height=848

-src="nbart_files/image028.jpg" v:shapes="Picture_x0020_19"><![endif]></span><br>

-Click “Next &gt;”.<br>

-<br>

-12<span class=GramE>.Add</span> class output directory (which doesn’t exist yet

-because we haven’t compiled yet).<span style='mso-spacerun:yes'>  </span>Also

-add <span class=SpellE>javadoc</span> directory (which also doesn’t exist yet).<span

-style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape id="Picture_x0020_22"

- o:spid="_x0000_i1026" type="#_x0000_t75" style='width:777.75pt;height:636pt;

- visibility:visible;mso-wrap-style:square'>

- <v:imagedata src="nbart_files/image029.png" o:title=""/>

-</v:shape><![endif]--><![if !vml]><img border=0 width=1037 height=848

-src="nbart_files/image030.jpg" v:shapes="Picture_x0020_22"><![endif]></span></p>

-

-<p class=MsoNormal>Click “Finish”.</p>

-

-<p class=MsoNormal>14. Click “Run &gt; Test Project (<span class=SpellE>plexi</span>)”

-to confirm everything compiles and all tests are passing.<span

-style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape id="Picture_x0020_31"

- o:spid="_x0000_i1025" type="#_x0000_t75" style='width:1035.75pt;height:736.5pt;

- visibility:visible;mso-wrap-style:square'>

- <v:imagedata src="nbart_files/image031.png" o:title=""/>

-</v:shape><![endif]--><![if !vml]><img border=0 width=1381 height=982

-src="nbart_files/image032.jpg" v:shapes="Picture_x0020_31"><![endif]></span><br

-style='mso-special-character:line-break'>

-<![if !supportLineBreakNewLine]><br style='mso-special-character:line-break'>

-<![endif]></p>

-

-<p class=MsoNormal>15. Congratulate yourself on setting up <span class=SpellE>NetBeans</span>

-for your <span class=SpellE>Plexi</span> development!<br>

-<br>

-Thank you.<br>

-<br>

-2012.03.14<br>

-California, USA</p>

-

-</div>

-

-</body>

-

-</html>

diff --git a/plexi-netbeans/nbart_files/colorschememapping.xml b/plexi-netbeans/nbart_files/colorschememapping.xml
deleted file mode 100755
index b200daa..0000000
--- a/plexi-netbeans/nbart_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

-<a:clrMap xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" bg1="lt1" tx1="dk1" bg2="lt2" tx2="dk2" accent1="accent1" accent2="accent2" accent3="accent3" accent4="accent4" accent5="accent5" accent6="accent6" hlink="hlink" folHlink="folHlink"/>
\ No newline at end of file
diff --git a/plexi-netbeans/nbart_files/filelist.xml b/plexi-netbeans/nbart_files/filelist.xml
deleted file mode 100755
index 0f37f6a..0000000
--- a/plexi-netbeans/nbart_files/filelist.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<xml xmlns:o="urn:schemas-microsoft-com:office:office">

- <o:MainFile HRef="../nbart.htm"/>

- <o:File HRef="themedata.thmx"/>

- <o:File HRef="colorschememapping.xml"/>

- <o:File HRef="image001.png"/>

- <o:File HRef="image013.jpg"/>

- <o:File HRef="image003.png"/>

- <o:File HRef="image014.jpg"/>

- <o:File HRef="image005.png"/>

- <o:File HRef="image015.jpg"/>

- <o:File HRef="image007.png"/>

- <o:File HRef="image016.jpg"/>

- <o:File HRef="image009.png"/>

- <o:File HRef="image017.jpg"/>

- <o:File HRef="image011.png"/>

- <o:File HRef="image018.jpg"/>

- <o:File HRef="image019.png"/>

- <o:File HRef="image020.jpg"/>

- <o:File HRef="image021.png"/>

- <o:File HRef="image022.jpg"/>

- <o:File HRef="image023.png"/>

- <o:File HRef="image024.jpg"/>

- <o:File HRef="image025.png"/>

- <o:File HRef="image026.jpg"/>

- <o:File HRef="image027.png"/>

- <o:File HRef="image028.jpg"/>

- <o:File HRef="image029.png"/>

- <o:File HRef="image030.jpg"/>

- <o:File HRef="image031.png"/>

- <o:File HRef="image032.jpg"/>

- <o:File HRef="filelist.xml"/>

-</xml>
\ No newline at end of file
diff --git a/plexi-netbeans/nbart_files/image001.png b/plexi-netbeans/nbart_files/image001.png
deleted file mode 100755
index 945c2ad..0000000
--- a/plexi-netbeans/nbart_files/image001.png
+++ /dev/null
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image003.png b/plexi-netbeans/nbart_files/image003.png
deleted file mode 100755
index 3b8e02f..0000000
--- a/plexi-netbeans/nbart_files/image003.png
+++ /dev/null
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image005.png b/plexi-netbeans/nbart_files/image005.png
deleted file mode 100755
index 8debe69..0000000
--- a/plexi-netbeans/nbart_files/image005.png
+++ /dev/null
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image007.png b/plexi-netbeans/nbart_files/image007.png
deleted file mode 100755
index caacf70..0000000
--- a/plexi-netbeans/nbart_files/image007.png
+++ /dev/null
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image009.png b/plexi-netbeans/nbart_files/image009.png
deleted file mode 100755
index 5f77860..0000000
--- a/plexi-netbeans/nbart_files/image009.png
+++ /dev/null
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image011.png b/plexi-netbeans/nbart_files/image011.png
deleted file mode 100755
index 0acc772..0000000
--- a/plexi-netbeans/nbart_files/image011.png
+++ /dev/null
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image019.png b/plexi-netbeans/nbart_files/image019.png
deleted file mode 100755
index 8f0e399..0000000
--- a/plexi-netbeans/nbart_files/image019.png
+++ /dev/null
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image021.png b/plexi-netbeans/nbart_files/image021.png
deleted file mode 100755
index ff6cff8..0000000
--- a/plexi-netbeans/nbart_files/image021.png
+++ /dev/null
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image023.png b/plexi-netbeans/nbart_files/image023.png
deleted file mode 100755
index 0c1ebed..0000000
--- a/plexi-netbeans/nbart_files/image023.png
+++ /dev/null
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image025.png b/plexi-netbeans/nbart_files/image025.png
deleted file mode 100755
index 8dd0b73..0000000
--- a/plexi-netbeans/nbart_files/image025.png
+++ /dev/null
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image027.png b/plexi-netbeans/nbart_files/image027.png
deleted file mode 100755
index 019d4cf..0000000
--- a/plexi-netbeans/nbart_files/image027.png
+++ /dev/null
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image029.png b/plexi-netbeans/nbart_files/image029.png
deleted file mode 100755
index a0f68ce..0000000
--- a/plexi-netbeans/nbart_files/image029.png
+++ /dev/null
Binary files differ
diff --git a/plexi-netbeans/nbart_files/image031.png b/plexi-netbeans/nbart_files/image031.png
deleted file mode 100755
index 05737b3..0000000
--- a/plexi-netbeans/nbart_files/image031.png
+++ /dev/null
Binary files differ
diff --git a/plexi-netbeans/nbart_files/themedata.thmx b/plexi-netbeans/nbart_files/themedata.thmx
deleted file mode 100755
index 55426d8..0000000
--- a/plexi-netbeans/nbart_files/themedata.thmx
+++ /dev/null
Binary files differ
diff --git a/pnb.tar b/pnb.tar
new file mode 100755
index 0000000..38497d6
--- /dev/null
+++ b/pnb.tar
Binary files differ