diff options
author | Pacien TRAN-GIRARD | 2014-05-05 20:25:53 +0000 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-05-05 20:25:53 +0000 |
commit | c67f1d95464d1d6c2854c59a920a2b3ea975df0f (patch) | |
tree | bf84b623ddec71edfbfc68f16d5530a3e11f7155 /src/com/wordpress/tipsforjava/swing | |
parent | 0a87883db4d8e1728c1f520deda15e6e79ff1f01 (diff) | |
parent | b8cafdd1c70b3fbb455ee6821c3dd0e5dc587188 (diff) | |
download | esieequest-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.java | 5 |
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; | |||
31 | public class StretchIcon extends ImageIcon { | 31 | public 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 | */ |