replace shape with image

This commit is contained in:
honfika@gmail.com
2014-11-11 21:42:37 +01:00
parent 8d1dfdf7c4
commit 4df698e7b7
12 changed files with 201 additions and 99 deletions

View File

@@ -420,7 +420,6 @@ public final class ImagePanel extends JPanel implements ActionListener, MediaDis
h = h1 * w2 / w1;
if (h > h2) {
w = w1 * h2 / h1;
h = h2;
} else {
w = w2;
}