]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/gui/PhotoThumbnail.java
Version 5, May 2008
[GpsPrune.git] / tim / prune / gui / PhotoThumbnail.java
index b792a66f55b6b70ff820a8d539739fa51c096787..629389150c8170ed47c872d89d037728b7adfd7e 100644 (file)
@@ -105,10 +105,8 @@ public class PhotoThumbnail extends JPanel implements Runnable
                        if (picWidth > -1 && picHeight > -1)
                        {
                                int displayWidth = Math.min(getWidth(), getParent().getWidth());
-                               // System.out.println("width = " + getWidth() + ", " + getParent().getWidth() + " = " + displayWidth);
                                int displayHeight = Math.min(getHeight(), getParent().getHeight());
-                               // System.out.println("height = " + getHeight() + ", " + getParent().getHeight() + " = " + displayHeight);
-       
+
                                // calculate maximum thumbnail size
                                Dimension thumbSize = ImageUtils.getThumbnailSize(picWidth, picHeight, displayWidth, displayHeight);
                                // Work out if need to remake image