ABC Explorer - Context menu on ABCContainer, ScriptPack

This commit is contained in:
Jindra Petřík
2023-09-29 21:11:50 +02:00
parent c58c1f6bfa
commit b3d77db4d8
6 changed files with 113 additions and 7 deletions

View File

@@ -1688,8 +1688,7 @@ public abstract class MainFrameMenu implements MenuBuilder {
return;
}
ABCExplorerDialog aed = new ABCExplorerDialog(Main.getMainFrame().getWindow(), swf, null);
aed.setVisible(true);
mainFrame.getPanel().showAbcExplorer(swf, null);
}
public boolean stackActionPerformed(ActionEvent evt) {