<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to samples</title><link>https://sourceforge.net/p/mulavito/wiki/samples/</link><description>Recent changes to samples</description><atom:link href="https://sourceforge.net/p/mulavito/wiki/samples/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 29 Dec 2011 23:25:40 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mulavito/wiki/samples/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage samples modified by Michael Duelli</title><link>https://sourceforge.net/p/mulavito/wiki/samples/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -8,9 +8,17 @@
 * Run &lt;tt&gt;ant&lt;/tt&gt;
 * Run, e.g.,
 
-~~~~
+    * on Linux (separated by colon)
+
+~~~~~~
 java -cp MuLaViTo.jar:JUNG2.jar:Batik.jar mulavito.samples.PaneledGuiDemo
-~~~~
+~~~~~~
+
+    * or on Windows (separated by semicolon)
+
+~~~~~~
+java -cp MuLaViTo.jar;JUNG2.jar;Batik.jar mulavito.samples.PaneledGuiDemo
+~~~~~~
 
 #### Multi-Layer Graph Panel Demo ####
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Duelli</dc:creator><pubDate>Thu, 29 Dec 2011 23:25:40 -0000</pubDate><guid>https://sourceforge.net91ab89a63362bc42e0b4f883453c1898b14d8aea</guid></item><item><title>&lt;pre&gt;--- v4 
+++ v5 
@@ -6,7 +6,11 @@
 
 1. Download and unpack &lt;tt&gt;MuLaViTo-src.zip&lt;/tt&gt;
 * Run &lt;tt&gt;ant&lt;/tt&gt;
-* Run, e.g.,  &lt;tt&gt;java -cp MuLaViTo.jar:JUNG2.jar:Batik.jar mulavito.samples.PaneledGuiDemo&lt;/tt&gt;
+* Run, e.g.,
+
+~~~~
+java -cp MuLaViTo.jar:JUNG2.jar:Batik.jar mulavito.samples.PaneledGuiDemo
+~~~~
 
 #### Multi-Layer Graph Panel Demo ####
 
&lt;/pre&gt;</title><link>https://sourceforge.net/p/mulavito/wiki/samples/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -6,7 +6,11 @@
 
 1. Download and unpack &lt;tt&gt;MuLaViTo-src.zip&lt;/tt&gt;
 * Run &lt;tt&gt;ant&lt;/tt&gt;
-* Run, e.g.,  &lt;tt&gt;java -cp MuLaViTo.jar:JUNG2.jar:Batik.jar mulavito.samples.PaneledGuiDemo&lt;/tt&gt;
+* Run, e.g.,
+
+~~~~
+java -cp MuLaViTo.jar:JUNG2.jar:Batik.jar mulavito.samples.PaneledGuiDemo
+~~~~
 
 #### Multi-Layer Graph Panel Demo ####
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Duelli</dc:creator><pubDate>Fri, 29 Apr 2011 22:36:12 -0000</pubDate><guid>https://sourceforge.neta7197963b6d7d1f1d8fa7629cde152117a03cbb8</guid></item><item><title>&lt;pre&gt;--- v3 
+++ v4 
@@ -2,6 +2,12 @@
 
 The MuLaViTo source code contains some samples to demonstrate its features. All demos can be found within package &lt;tt&gt;mulavito.samples&lt;/tt&gt;.
 
+The easiest way to run a demo is
+
+1. Download and unpack &lt;tt&gt;MuLaViTo-src.zip&lt;/tt&gt;
+* Run &lt;tt&gt;ant&lt;/tt&gt;
+* Run, e.g.,  &lt;tt&gt;java -cp MuLaViTo.jar:JUNG2.jar:Batik.jar mulavito.samples.PaneledGuiDemo&lt;/tt&gt;
+
 #### Multi-Layer Graph Panel Demo ####
 
 [[img src=graphpaneldemo.png title="mulavito.samples.GraphPanelDemo" width=400]]
&lt;/pre&gt;</title><link>https://sourceforge.net/p/mulavito/wiki/samples/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -2,6 +2,12 @@
 
 The MuLaViTo source code contains some samples to demonstrate its features. All demos can be found within package &lt;tt&gt;mulavito.samples&lt;/tt&gt;.
 
+The easiest way to run a demo is
+
+1. Download and unpack &lt;tt&gt;MuLaViTo-src.zip&lt;/tt&gt;
+* Run &lt;tt&gt;ant&lt;/tt&gt;
+* Run, e.g.,  &lt;tt&gt;java -cp MuLaViTo.jar:JUNG2.jar:Batik.jar mulavito.samples.PaneledGuiDemo&lt;/tt&gt;
+
 #### Multi-Layer Graph Panel Demo ####
 
 [[img src=graphpaneldemo.png title="mulavito.samples.GraphPanelDemo" width=400]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Duelli</dc:creator><pubDate>Fri, 29 Apr 2011 22:33:33 -0000</pubDate><guid>https://sourceforge.net5157509b6872000bb733378f5390535c215cf494</guid></item><item><title>&lt;pre&gt;--- v2 
+++ v3 
@@ -24,6 +24,12 @@
 
 This demo illustrated the flexibility of IAlgorithm and AbstractAlgorithmStatus. It contains a sample algorithm implementing the IAlgorithm interface including three status. When clicking on "Run algorithm", the algorithm is run in a separate thread and shows the updates of the algorithm's status.
 
+#### k-Shortest and Disjoint Paths Algorithms Demo ####
+
+[[img src=algorithmsdemo.png title="mulavito.samples.GraphAlgorithmDemo" width=400]]
+
+This demo allows to create different random single-layer graphs and run k-shortest path algorithms (Eppstein, Yen) as well as disjoint paths algorithms (Suurballe-Tarjan) on it.
+
 #### Search Bar Demo ####
 
 [[img src=searchbardemo.png title="mulavito.samples.SearchBarDemo"]]
&lt;/pre&gt;</title><link>https://sourceforge.net/p/mulavito/wiki/samples/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -24,6 +24,12 @@
 
 This demo illustrated the flexibility of IAlgorithm and AbstractAlgorithmStatus. It contains a sample algorithm implementing the IAlgorithm interface including three status. When clicking on "Run algorithm", the algorithm is run in a separate thread and shows the updates of the algorithm's status.
 
+#### k-Shortest and Disjoint Paths Algorithms Demo ####
+
+[[img src=algorithmsdemo.png title="mulavito.samples.GraphAlgorithmDemo" width=400]]
+
+This demo allows to create different random single-layer graphs and run k-shortest path algorithms (Eppstein, Yen) as well as disjoint paths algorithms (Suurballe-Tarjan) on it.
+
 #### Search Bar Demo ####
 
 [[img src=searchbardemo.png title="mulavito.samples.SearchBarDemo"]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Duelli</dc:creator><pubDate>Thu, 28 Apr 2011 23:40:11 -0000</pubDate><guid>https://sourceforge.netf459897780f8f7fefa704c191cdbc6b9f3da41c4</guid></item><item><title>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,10 +1,32 @@
 # MuLaViTo Demonstrators #
 
-The MuLaViTo source code contains some samples to demonstrate its features. All demos can be found within package &lt;tt&gt;mulavito.samples&lt;/tt&gt;
-
+The MuLaViTo source code contains some samples to demonstrate its features. All demos can be found within package &lt;tt&gt;mulavito.samples&lt;/tt&gt;.
+
 #### Multi-Layer Graph Panel Demo ####
 
+[[img src=graphpaneldemo.png title="mulavito.samples.GraphPanelDemo" width=400]]
+
+* When pressing "New Graph", this demo shows a multi-layer graph with 45 layers.
+* All graphs will be auto-zoomed whenever the window is resized.
+* Zoom the graphs by holding CTRL and using the mouse wheel
+    * in synchronized mode, all graphs of the multi-layer graph is zoomed
+    * in unsynchronized mode, only the graph under the mouse cursor is zoomed
+
 #### Paneled GUI Demo ####
+
+[[img src=paneledguidemo.png title="mulavito.samples.PaneledGuiDemo" width=400]]
+
+This demo shows how an application on top of MuLaViTo could look like. In fact, this is how [MuLaNEO](http://mulaneo.sf.net) designed. In the middle, there is the GraphPanel, as in the GraphPanelDemo. On the bottom, there is the FloatingTabbedPane which allows to dock/undock FloatablePanels. On the right is a JFloatingTabbedPane which can contain e.g. MuLaViTo's SelectionPanel.
+
 #### Progress Bar Demo ####
+
+[[img src=progressbardemo.png title="mulavito.samples.ProgressBarDemo" width=400]]
+
+This demo illustrated the flexibility of IAlgorithm and AbstractAlgorithmStatus. It contains a sample algorithm implementing the IAlgorithm interface including three status. When clicking on "Run algorithm", the algorithm is run in a separate thread and shows the updates of the algorithm's status.
+
 #### Search Bar Demo ####
+
+[[img src=searchbardemo.png title="mulavito.samples.SearchBarDemo"]]
+
+This demo shows an example for the QuickSearchBar which can be used to find elements using regular expressions. In this demo, a JList is filtered when entering test in the search field.
  
&lt;/pre&gt;</title><link>https://sourceforge.net/p/mulavito/wiki/samples/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,10 +1,32 @@
 # MuLaViTo Demonstrators #
 
-The MuLaViTo source code contains some samples to demonstrate its features. All demos can be found within package &lt;tt&gt;mulavito.samples&lt;/tt&gt;
-
+The MuLaViTo source code contains some samples to demonstrate its features. All demos can be found within package &lt;tt&gt;mulavito.samples&lt;/tt&gt;.
+
 #### Multi-Layer Graph Panel Demo ####
 
+[[img src=graphpaneldemo.png title="mulavito.samples.GraphPanelDemo" width=400]]
+
+* When pressing "New Graph", this demo shows a multi-layer graph with 45 layers.
+* All graphs will be auto-zoomed whenever the window is resized.
+* Zoom the graphs by holding CTRL and using the mouse wheel
+    * in synchronized mode, all graphs of the multi-layer graph is zoomed
+    * in unsynchronized mode, only the graph under the mouse cursor is zoomed
+
 #### Paneled GUI Demo ####
+
+[[img src=paneledguidemo.png title="mulavito.samples.PaneledGuiDemo" width=400]]
+
+This demo shows how an application on top of MuLaViTo could look like. In fact, this is how [MuLaNEO](http://mulaneo.sf.net) designed. In the middle, there is the GraphPanel, as in the GraphPanelDemo. On the bottom, there is the FloatingTabbedPane which allows to dock/undock FloatablePanels. On the right is a JFloatingTabbedPane which can contain e.g. MuLaViTo's SelectionPanel.
+
 #### Progress Bar Demo ####
+
+[[img src=progressbardemo.png title="mulavito.samples.ProgressBarDemo" width=400]]
+
+This demo illustrated the flexibility of IAlgorithm and AbstractAlgorithmStatus. It contains a sample algorithm implementing the IAlgorithm interface including three status. When clicking on "Run algorithm", the algorithm is run in a separate thread and shows the updates of the algorithm's status.
+
 #### Search Bar Demo ####
+
+[[img src=searchbardemo.png title="mulavito.samples.SearchBarDemo"]]
+
+This demo shows an example for the QuickSearchBar which can be used to find elements using regular expressions. In this demo, a JList is filtered when entering test in the search field.
  
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Duelli</dc:creator><pubDate>Wed, 27 Apr 2011 00:04:18 -0000</pubDate><guid>https://sourceforge.netc10914d0e06bfb34a3aafba86b6b7f8707d0568c</guid></item><item><title># MuLaViTo Demonstrators #

The MuLaViTo source code contains some samples to demonstrate its features. All demos can be found within package &lt;tt&gt;mulavito.samples&lt;/tt&gt;

#### Multi-Layer Graph Panel Demo ####

#### Paneled GUI Demo ####
#### Progress Bar Demo ####
#### Search Bar Demo ####
 </title><link>https://sourceforge.net/p/mulavito/wiki/samples/</link><description># MuLaViTo Demonstrators #

The MuLaViTo source code contains some samples to demonstrate its features. All demos can be found within package &lt;tt&gt;mulavito.samples&lt;/tt&gt;

#### Multi-Layer Graph Panel Demo ####

#### Paneled GUI Demo ####
#### Progress Bar Demo ####
#### Search Bar Demo ####
 </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Duelli</dc:creator><pubDate>Tue, 26 Apr 2011 23:44:25 -0000</pubDate><guid>https://sourceforge.netba3667f8725d8590986f82e17f721b86687893c7</guid></item></channel></rss>