mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-13 15:32:36 +00:00
export/import symbol classes/export asset tags
This commit is contained in:
@@ -162,6 +162,10 @@ public abstract class MainFrameMenu {
|
||||
mainFrame.getPanel().importText(swf);
|
||||
}
|
||||
|
||||
protected void importSymbolClass() {
|
||||
mainFrame.getPanel().importSymbolClass(swf);
|
||||
}
|
||||
|
||||
protected boolean export(boolean onlySelected) {
|
||||
if (swf != null) {
|
||||
mainFrame.getPanel().export(onlySelected);
|
||||
|
||||
Reference in New Issue
Block a user