Font display using FlashPlayer fix - correct rect

This commit is contained in:
Jindra Petřík
2014-11-17 14:29:51 +01:00
parent bff3520bee
commit 4e8c813700
5 changed files with 58 additions and 13 deletions

View File

@@ -173,7 +173,7 @@ public class FlashPlayerPanel extends Panel implements Closeable, MediaDisplay {
if (bgColor != null) {
setBackground(bgColor);
}
flash.setMovie(flashName);
flash.setMovie(flashName);
//play
stopped = false;
@@ -181,7 +181,7 @@ public class FlashPlayerPanel extends Panel implements Closeable, MediaDisplay {
@Override
public void close() throws IOException {
}
@Override