You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/09/09 15:20:40 UTC

svn commit: r812944 - in /incubator/pivot/trunk/demos/www: charts.png clock.png decorators.png index.html itunes_search.png json_viewer.png kitchen_sink.png sci.png stock_tracker.png

Author: tvolkert
Date: Wed Sep  9 13:20:39 2009
New Revision: 812944

URL: http://svn.apache.org/viewvc?rev=812944&view=rev
Log:
Updated demos index to contain screenshots

Added:
    incubator/pivot/trunk/demos/www/charts.png   (with props)
    incubator/pivot/trunk/demos/www/clock.png   (with props)
    incubator/pivot/trunk/demos/www/decorators.png   (with props)
    incubator/pivot/trunk/demos/www/itunes_search.png   (with props)
    incubator/pivot/trunk/demos/www/json_viewer.png   (with props)
    incubator/pivot/trunk/demos/www/kitchen_sink.png   (with props)
    incubator/pivot/trunk/demos/www/sci.png   (with props)
    incubator/pivot/trunk/demos/www/stock_tracker.png   (with props)
Modified:
    incubator/pivot/trunk/demos/www/index.html

Added: incubator/pivot/trunk/demos/www/charts.png
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/charts.png?rev=812944&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/pivot/trunk/demos/www/charts.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/pivot/trunk/demos/www/clock.png
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/clock.png?rev=812944&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/pivot/trunk/demos/www/clock.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/pivot/trunk/demos/www/decorators.png
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/decorators.png?rev=812944&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/pivot/trunk/demos/www/decorators.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: incubator/pivot/trunk/demos/www/index.html
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/index.html?rev=812944&r1=812943&r2=812944&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/index.html (original)
+++ incubator/pivot/trunk/demos/www/index.html Wed Sep  9 13:20:39 2009
@@ -19,92 +19,115 @@
 <head>
 <title>Index of Pivot Demos</title>
 <link rel="stylesheet" href="demo.css">
+<style>
+body {
+    font-family:Verdana;
+    font-size:11px;
+}
+
+p.caption {
+    font-style:italic;
+    padding-top:0px;
+}
+
+p.command {
+	font-family:"Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New";
+    background-color:#E7E5DC;
+    padding-top:12px;
+    padding-left:24px;
+    padding-bottom:12px;
+    padding-right:24px;
+}
+
+pre.snippet {
+    padding:6px;
+    border:#E7E5DC solid 1px;
+	font-family:"Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New";
+	font-size:1em;
+}
+
+tt {
+    font-family:"Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New";
+}
+
+table {
+    font-size:11px;
+}
+</style>
 </head>
 <body>
+<h2>Demos</h2>
+<p>This page contains a collection of Pivot demos. All demos require Java 6 or greater.</p>
 
-<p>
-<a href="kitchen_sink.html">"Kitchen Sink"</a><br>
-Demonstrates a number of commonly used Pivot components.<br>
-</p>
-
-<p>
-<a href="stock_tracker.html">Stock Tracker</a><br>
-An example of a simple but practical "real world" application built using
-Pivot. Monitors stock quotes provided by
-<a href="http://finance.yahoo.com/">Yahoo! Finance</a>.<br>
-</p>
-
-<p>
-<a href="itunes_search.html">iTunes Search</a><br>
-Simple application that allows a user to run search queries against the
-iTunes Music Store and presents the results in a table view.<br>
-</p>
-
-<p>
-<a href="json_viewer.html">JSON Viewer</a><br>
-Allows users to visually browse a JSON structure using a TreeView component.<br>
-</p>
-
-<p>
-<a href="scripting.html">Scripting</a><br>
-Simple example of a Pivot application written using JavaScript.<br>
-</p>
-
-<p>
-<a href="file_drag_drop.html">File Drag &amp; Drop</a><br>
-Demonstrates Pivot's support for drag and drop.<br>
-</p>
-
-<p>
-<a href="table_row_editor.html">Table Row Editor</a><br>
-Example of a table row editor that uses a "Family Feud"-like flip effect to
-edit rows.<br>
-</p>
-
-<p>
-<a href="animated_clock.html">Animated Clock</a><br>
-Demonstrates Pivot's MovieView component, which is used to present a clock
-constructed using Pivot's drawing API.<br>
-</p>
-
-<p>
-<a href="large_data.html">Large Data Sets</a><br>
-Demonstrates Pivot's ability to handle large data sets of up to 1,000,000
-rows.<br>
-</p>
-
-<p>
-<a href="rss_feed.html">RSS Feed</a><br>
-Demonstrates how to build a simple RSS client in Pivot (requires Java 6
-Update 10 or later).<br>
-</p>
-
-<p>
-<a href="dom_interaction.html">DOM Interaction</a><br>
-Demonstrates Pivot's support for bi-directional communication between a Pivot
-application and the browser DOM.<br>
-</p>
-
-<p>
-<a href="decorators.html">Decorators</a><br>
-Demonstrates the use of "decorators" in Pivot. Decorators allow a developer to
+<h3><a href="kitchen_sink.html">"Kitchen Sink"</a></h3>
+<p>Demonstrates a number of commonly used Pivot components.</p>
+<p><img src="kitchen_sink.png"></p>
+
+<h3><a href="stock_tracker.html">Stock Tracker</a></h3>
+<p>An example of a simple but practical "real world" application built using
+Pivot. Monitors stock quotes provided by <a href="http://finance.yahoo.com/">Yahoo!
+Finance</a>.</p>
+<p><img src="stock_tracker.png"><p>
+
+<h3><a href="itunes_search.html">iTunes Search</a></h3>
+<p>Simple application that allows a user to run search queries against the
+iTunes Music Store and presents the results in a table view.</p>
+<p><img src="itunes_search.png"></p>
+
+<h3><a href="http://ixnay.biz/charts.html">Charting</a></h3>
+<p>Demonstrates charting in Pivot using the JFreeChart chart provider.</p>
+<p><img src="charts.png"></p>
+
+<h3><a href="http://www.satelliteconsulting.com/">News Ticker/Slide Show</a></h3>
+<p>Demonstrates Pivot used in a real-world context, used to show a news feed
+and a slide show of client logos.</p>
+<p><img src="sci.png"></p>
+
+<h3><a href="json_viewer.html">JSON Viewer</a></h3>
+<p>Allows users to visually browse a JSON structure using a TreeView component.</p>
+<p><img src="json_viewer.png"></p>
+
+<h3><a href="scripting.html">Scripting</a></h3>
+<p>Simple example of a Pivot application written using JavaScript.</p>
+
+<h3><a href="file_drag_drop.html">File Drag &amp; Drop</a></h3>
+<p>Demonstrates Pivot's support for drag and drop.</p>
+
+<h3><a href="table_row_editor.html">Table Row Editor</a></h3>
+<p>Example of a table row editor that uses a "Family Feud"-like flip effect to
+edit rows.</p>
+
+<h3><a href="animated_clock.html">Animated Clock</a></h3>
+<p>Demonstrates Pivot's MovieView component, which is used to present a clock
+constructed using Pivot's drawing API.</p>
+<p><img src="clock.png"></p>
+
+<h3><a href="large_data.html">Large Data Sets</a></h3>
+<p>Demonstrates Pivot's ability to handle large data sets of up to 1,000,000
+rows.</p>
+
+<h3><a href="rss_feed.html">RSS Feed</a></h3>
+<p>Demonstrates how to build a simple RSS client in Pivot.</p>
+
+<h3><a href="dom_interaction.html">DOM Interaction</a></h3>
+<p>Demonstrates Pivot's support for bi-directional communication between a Pivot
+application and the browser DOM.</p>
+
+<h3><a href="decorators.html">Decorators</a></h3>
+<p>Demonstrates the use of "decorators" in Pivot. Decorators allow a developer to
 attach additional presentation to components, such as drop shadows, reflections,
 image effects, etc. This example shows a window with a reflection decorator and
-a frame with a fade decorator.<br>
-</p>
+a frame with a fade decorator.</p>
+<p><img src="decorators.png"></p>
+
+<h3><a href="fixed_column_table.html">Fixed Column Table</a></h3>
+<p>Explains how to create a table with fixed columns in Pivot. Fixed columns are
+handy when displaying tables with many columns.</p>
 
-<p>
-<a href="fixed_column_table.html">Fixed Column Table</a><br>
-Explains how to create a table with fixed columns in Pivot. Fixed columns are
-handy when displaying tables with many columns.<br>
-</p>
-
-<p>
-<a href="multiselect.html">Multiple Selection</a><br>
-Demonstrates Pivot's use of ranges to maintain selection state in a ListView
+<h3><a href="multiselect.html">Multiple Selection</a></h3>
+<p>Demonstrates Pivot's use of ranges to maintain selection state in a ListView
 component. This is more efficient than maintaining a list of individual
-selected indexes.<br>
-</p>
+selected indexes.</p>
 
 </body>
 </html>

Added: incubator/pivot/trunk/demos/www/itunes_search.png
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/itunes_search.png?rev=812944&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/pivot/trunk/demos/www/itunes_search.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/pivot/trunk/demos/www/json_viewer.png
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/json_viewer.png?rev=812944&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/pivot/trunk/demos/www/json_viewer.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/pivot/trunk/demos/www/kitchen_sink.png
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/kitchen_sink.png?rev=812944&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/pivot/trunk/demos/www/kitchen_sink.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/pivot/trunk/demos/www/sci.png
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/sci.png?rev=812944&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/pivot/trunk/demos/www/sci.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/pivot/trunk/demos/www/stock_tracker.png
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/stock_tracker.png?rev=812944&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/pivot/trunk/demos/www/stock_tracker.png
------------------------------------------------------------------------------
    svn:mime-type = image/png