aboutsummaryrefslogtreecommitdiff
path: root/src/com/wordpress/tipsforjava/swing
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-05-05 20:25:53 +0000
committerPacien TRAN-GIRARD2014-05-05 20:25:53 +0000
commitc67f1d95464d1d6c2854c59a920a2b3ea975df0f (patch)
treebf84b623ddec71edfbfc68f16d5530a3e11f7155 /src/com/wordpress/tipsforjava/swing
parent0a87883db4d8e1728c1f520deda15e6e79ff1f01 (diff)
parentb8cafdd1c70b3fbb455ee6821c3dd0e5dc587188 (diff)
downloadesieequest-c67f1d95464d1d6c2854c59a920a2b3ea975df0f.tar.gz
Merge branch 'zuul-awesome' into 'master'
Zuul Awesome
Diffstat (limited to 'src/com/wordpress/tipsforjava/swing')
-rw-r--r--src/com/wordpress/tipsforjava/swing/StretchIcon.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/com/wordpress/tipsforjava/swing/StretchIcon.java b/src/com/wordpress/tipsforjava/swing/StretchIcon.java
index d41bbfe..7c7181f 100644
--- a/src/com/wordpress/tipsforjava/swing/StretchIcon.java
+++ b/src/com/wordpress/tipsforjava/swing/StretchIcon.java
@@ -31,6 +31,11 @@ import javax.swing.ImageIcon;
31public class StretchIcon extends ImageIcon { 31public class StretchIcon extends ImageIcon {
32 32
33 /** 33 /**
34 *
35 */
36 private static final long serialVersionUID = 6948448082634127156L;
37
38 /**
34 * Determines whether the aspect ratio of the image is maintained. Set to 39 * Determines whether the aspect ratio of the image is maintained. Set to
35 * <code>false</code> to distort the image to fill the component. 40 * <code>false</code> to distort the image to fill the component.
36 */ 41 */