mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 12:25:09 +00:00
array definitions was inconsistent, now everywhere "Type[] variableName", using StringBuilder => little bit faster, test fixed (missing parameters)
This commit is contained in:
@@ -92,7 +92,7 @@ public class ImagePanel extends JPanel implements ActionListener, FlashDisplay {
|
||||
}
|
||||
}
|
||||
|
||||
public void setImage(byte data[]) {
|
||||
public void setImage(byte[] data) {
|
||||
setBackground(View.swfBackgroundColor);
|
||||
if (timer != null) {
|
||||
timer.cancel();
|
||||
|
||||
Reference in New Issue
Block a user