<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/approvalratingbar/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/approvalratingbar/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 06 May 2015 12:13:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/approvalratingbar/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by LeleFT</title><link>https://sourceforge.net/p/approvalratingbar/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -13,6 +13,7 @@
     ApprovalRatingBar bar = new ApprovalRatingBar(7);

+
 If we add the 'bar' component to a container, this is what we'll see:

 [[img src=arb_sample_01.png alt=Sample01]]
@@ -20,9 +21,10 @@

 The number of markers is the only mandatory constructor parameter.

-If we wont to create an ApprovalRatingBar layed out vertically, we just use the two-parameters constructor:
+If we want to create an ApprovalRatingBar layed out vertically, we just use the two-parameters constructor:

     ApprovalRatingBar bar = new ApprovalRatingBar(7, ApprovalRatingBar.VERTICAL);
+

 And this is the result:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LeleFT</dc:creator><pubDate>Wed, 06 May 2015 12:13:07 -0000</pubDate><guid>https://sourceforge.net6dafd1223bee1c70a42ed7287abd828ffcf28c31</guid></item><item><title>Home modified by LeleFT</title><link>https://sourceforge.net/p/approvalratingbar/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -25,6 +25,9 @@
     ApprovalRatingBar bar = new ApprovalRatingBar(7, ApprovalRatingBar.VERTICAL);

+And this is the result:
+
+[[img src=arb_sample_02.png alt=Sample02]]

 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LeleFT</dc:creator><pubDate>Wed, 06 May 2015 12:08:50 -0000</pubDate><guid>https://sourceforge.net64b4a6bd76ee7f35607a041982d0440b0d6e7c5a</guid></item><item><title>Home modified by LeleFT</title><link>https://sourceforge.net/p/approvalratingbar/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -15,6 +15,8 @@

 If we add the 'bar' component to a container, this is what we'll see:

+[[img src=arb_sample_01.png alt=Sample01]]
+

 The number of markers is the only mandatory constructor parameter.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LeleFT</dc:creator><pubDate>Wed, 06 May 2015 12:05:55 -0000</pubDate><guid>https://sourceforge.netf40c98b79aa788a4e5e333264a6c0a04a49cfa8f</guid></item><item><title>Home modified by LeleFT</title><link>https://sourceforge.net/p/approvalratingbar/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,5 +2,28 @@

 An ApprovalRatingBar component displays a bar with a custom number of markers to let the user choose a rating in a easy-to-read graphical way.

+The component may be layed out horizontally (default) or vertically and the starting-point (the point from which the user sees the rating increase its value) can be placed at the left/right-most marker (for horizontal bars) or at the top/bottom marker (for vertical bars).
+
+Developers can set the color for the markers and can choose between two types of markers: circle (default) or square. It is, also, possible to set a couple of custom images to use instead for markers rendering.
+
+Let's see some examples.
+
+This is the minimal example: it creates a standard horizontal ApprovalRatingBar with 7 standard blue markers and an initial value of 0:
+
+    ApprovalRatingBar bar = new ApprovalRatingBar(7);
+
+
+If we add the 'bar' component to a container, this is what we'll see:
+
+
+The number of markers is the only mandatory constructor parameter.
+
+If we wont to create an ApprovalRatingBar layed out vertically, we just use the two-parameters constructor:
+
+    ApprovalRatingBar bar = new ApprovalRatingBar(7, ApprovalRatingBar.VERTICAL);
+
+
+
+
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LeleFT</dc:creator><pubDate>Wed, 06 May 2015 12:04:48 -0000</pubDate><guid>https://sourceforge.neteaaabaefbe0b08ce30a7aad83eed12530a4e5af9</guid></item><item><title>Home modified by LeleFT</title><link>https://sourceforge.net/p/approvalratingbar/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,4 @@
-ApprovalRatingBar is a Java library that allows developers to add an approval rating bar component to a Java Swing Application.
+ApprovalRatingBar is a Java library that allows developers to add an approval rating bar component to a Java Swing application.

 An ApprovalRatingBar component displays a bar with a custom number of markers to let the user choose a rating in a easy-to-read graphical way.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LeleFT</dc:creator><pubDate>Wed, 06 May 2015 11:41:05 -0000</pubDate><guid>https://sourceforge.net20bf9d04496160954114adcbefe53fece12a345d</guid></item><item><title>Home modified by LeleFT</title><link>https://sourceforge.net/p/approvalratingbar/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,6 @@
-Welcome to your wiki!
+ApprovalRatingBar is a Java library that allows developers to add an approval rating bar component to a Java Swing Application.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/approvalratingbar/wiki/markdown_syntax/) syntax.
+An ApprovalRatingBar component displays a bar with a custom number of markers to let the user choose a rating in a easy-to-read graphical way.

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LeleFT</dc:creator><pubDate>Wed, 06 May 2015 11:40:41 -0000</pubDate><guid>https://sourceforge.netf7915301d52b2bac472d02c61236baa88f360f9f</guid></item><item><title>Home modified by LeleFT</title><link>https://sourceforge.net/p/approvalratingbar/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/approvalratingbar/wiki/markdown_syntax"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/leleft"&gt;LeleFT&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-5549e625bcf63a29e04abbbd" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LeleFT</dc:creator><pubDate>Wed, 06 May 2015 10:00:05 -0000</pubDate><guid>https://sourceforge.net6023ae68df73eb1799b5da51d2213e1e47596cb7</guid></item></channel></rss>