Add file dialog, setting background.

This commit is contained in:
Jindra Petřík
2022-11-06 10:23:00 +01:00
parent 4089770d13
commit 730a09f6d6
5 changed files with 388 additions and 32 deletions

View File

@@ -3996,4 +3996,8 @@ public final class SWF implements SWFContainerItem, Timelined {
return false;
}
public void setFileTitle(String fileTitle) {
this.fileTitle = fileTitle;
}
}