Removed AS3 constants list (tab on navigator) in favor of new ABC Explorer

This commit is contained in:
Jindra Petřík
2023-09-29 21:23:16 +02:00
parent b3d77db4d8
commit 796f5a5175
2 changed files with 9 additions and 84 deletions

View File

@@ -1426,7 +1426,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
if (abcPanel == null) {
abcPanel = new ABCPanel(this);
displayPanel.add(abcPanel, CARDACTIONSCRIPT3PANEL);
detailPanel.add(abcPanel.tabbedPane, DETAILCARDAS3NAVIGATOR);
detailPanel.add(abcPanel.navigatorPanel, DETAILCARDAS3NAVIGATOR);
}
return abcPanel;