aboutsummaryrefslogtreecommitdiff
path: root/src/com
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-05-04 18:10:35 +0200
committerPacien TRAN-GIRARD2014-05-04 18:10:35 +0200
commitb8cafdd1c70b3fbb455ee6821c3dd0e5dc587188 (patch)
treebf84b623ddec71edfbfc68f16d5530a3e11f7155 /src/com
parent688634ae5a5aaf663159032e67d2132ea61c5d5f (diff)
downloadesieequest-b8cafdd1c70b3fbb455ee6821c3dd0e5dc587188.tar.gz
Use lombok and clean up
Diffstat (limited to 'src/com')
-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 */