Skip to content

Commit 306175c

Browse files
committed
Updates for v1.21 release
1 parent 9357021 commit 306175c

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ https://github.com/mgarin/weblaf/releases
2222

2323
Here are the direct links for the latest release:
2424

25-
1. [**weblaf-1.20.jar**](https://github.com/mgarin/weblaf/releases/download/v1.20/weblaf-1.20.jar) - library jar
26-
2. [**weblaf-simple-1.20.jar**](https://github.com/mgarin/weblaf/releases/download/v1.20/weblaf-simple-1.20.jar) - library jar without dependencies
27-
3. [**weblaf-src-1.20.zip**](https://github.com/mgarin/weblaf/releases/download/v1.20/weblaf-src-1.20.zip) - project sources zip
28-
4. [**weblaf-demo-1.20.jar**](https://github.com/mgarin/weblaf/releases/download/v1.20/weblaf-demo-1.20.jar) - executable demo jar
29-
5. [**weblaf-javadoc-1.20.zip**](https://github.com/mgarin/weblaf/releases/download/v1.20/weblaf-javadoc-1.20.zip) - JavaDoc zip
30-
6. [**ninepatch-editor-1.20.jar**](https://github.com/mgarin/weblaf/releases/download/v1.20/ninepatch-editor-1.20.jar) - executable 9-patch editor jar
25+
1. [**weblaf-1.21.jar**](https://github.com/mgarin/weblaf/releases/download/v1.21/weblaf-1.21.jar) - library jar
26+
2. [**weblaf-simple-1.21.jar**](https://github.com/mgarin/weblaf/releases/download/v1.21/weblaf-simple-1.21.jar) - library jar without dependencies
27+
3. [**weblaf-src-1.21.zip**](https://github.com/mgarin/weblaf/releases/download/v1.21/weblaf-src-1.21.zip) - project sources zip
28+
4. [**weblaf-demo-1.21.jar**](https://github.com/mgarin/weblaf/releases/download/v1.21/weblaf-demo-1.21.jar) - executable demo jar
29+
5. [**weblaf-javadoc-1.21.zip**](https://github.com/mgarin/weblaf/releases/download/v1.21/weblaf-javadoc-1.21.zip) - JavaDoc zip
30+
6. [**ninepatch-editor-1.21.jar**](https://github.com/mgarin/weblaf/releases/download/v1.21/ninepatch-editor-1.21.jar) - executable 9-patch editor jar
3131

3232

3333
Roadmap

build/version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#Mon Sep 09 12:40:23 MSK 2013
2-
build.number=21
1+
#Mon Sep 16 17:44:45 MSK 2013
2+
build.number=22
33
version.number=1

src/com/alee/laf/panel/WebPanelUI.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public class WebPanelUI extends BasicPanelUI implements ShapeProvider
8787
* @param c component that will use UI instance
8888
* @return instance of the WebPanelUI
8989
*/
90-
@SuppressWarnings ("UnusedParameters")
90+
@SuppressWarnings ( "UnusedParameters" )
9191
public static ComponentUI createUI ( JComponent c )
9292
{
9393
return new WebPanelUI ();
@@ -457,7 +457,7 @@ public boolean isDrawLeft ()
457457
/**
458458
* Sets whether should draw left panel side or not.
459459
*
460-
* @param drawTop whether should draw left panel side or not
460+
* @param drawLeft whether should draw left panel side or not
461461
*/
462462
public void setDrawLeft ( boolean drawLeft )
463463
{
@@ -478,7 +478,7 @@ public boolean isDrawBottom ()
478478
/**
479479
* Sets whether should draw bottom panel side or not.
480480
*
481-
* @param drawTop whether should draw bottom panel side or not
481+
* @param drawBottom whether should draw bottom panel side or not
482482
*/
483483
public void setDrawBottom ( boolean drawBottom )
484484
{
@@ -499,7 +499,7 @@ public boolean isDrawRight ()
499499
/**
500500
* Sets whether should draw right panel side or not.
501501
*
502-
* @param drawTop whether should draw right panel side or not
502+
* @param drawRight whether should draw right panel side or not
503503
*/
504504
public void setDrawRight ( boolean drawRight )
505505
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<VersionInfo name="Web Look and Feel" version="1" build="21" type="beta" date="09.09.2013" />
1+
<VersionInfo name="Web Look and Feel" version="1" build="22" type="beta" date="16.09.2013" />

0 commit comments

Comments
 (0)