mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 05:15:47 +00:00
Tag preview in dump view
This commit is contained in:
@@ -51,8 +51,11 @@ public final class MainFrameRibbon extends AppRibbonFrame {
|
||||
super();
|
||||
|
||||
FlashPlayerPanel flashPanel = null;
|
||||
FlashPlayerPanel flashPanel2 = null;
|
||||
|
||||
try {
|
||||
flashPanel = new FlashPlayerPanel(this);
|
||||
flashPanel2 = new FlashPlayerPanel(this);
|
||||
} catch (FlashUnsupportedException fue) {
|
||||
}
|
||||
|
||||
@@ -65,7 +68,7 @@ public final class MainFrameRibbon extends AppRibbonFrame {
|
||||
mainMenu = new MainFrameRibbonMenu(this, ribbon, externalFlashPlayerUnavailable);
|
||||
mainMenu.createMenuBar();
|
||||
|
||||
panel = new MainPanel(this, mainMenu, flashPanel);
|
||||
panel = new MainPanel(this, mainMenu, flashPanel, flashPanel2);
|
||||
panel.setBackground(Color.yellow);
|
||||
cnt.add(panel, BorderLayout.CENTER);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user