From b8cafdd1c70b3fbb455ee6821c3dd0e5dc587188 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 4 May 2014 18:10:35 +0200 Subject: Use lombok and clean up --- src/com/wordpress/tipsforjava/swing/StretchIcon.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/com/wordpress/tipsforjava/swing') 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 @@ -30,6 +30,11 @@ import javax.swing.ImageIcon; */ public class StretchIcon extends ImageIcon { + /** + * + */ + private static final long serialVersionUID = 6948448082634127156L; + /** * Determines whether the aspect ratio of the image is maintained. Set to * false to distort the image to fill the component. -- cgit v1.2.3