mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 18:11:16 +00:00
Issue #440: replace binary data
This commit is contained in:
@@ -103,7 +103,7 @@ public class MainFrameRibbon implements ActionListener {
|
||||
private MainFrame mainFrame;
|
||||
|
||||
private JCheckBox miAutoDeobfuscation;
|
||||
public JCheckBox miInternalViewer;
|
||||
private JCheckBox miInternalViewer;
|
||||
private JCheckBox miParallelSpeedUp;
|
||||
private JCheckBox miAssociate;
|
||||
private JCheckBox miDecompile;
|
||||
@@ -128,7 +128,11 @@ public class MainFrameRibbon implements ActionListener {
|
||||
createMenuBar(hasAbc, externalFlashPlayerUnavailable);
|
||||
}
|
||||
|
||||
public String translate(String key) {
|
||||
public boolean isInternalFlashViewerSelected() {
|
||||
return miInternalViewer.isSelected();
|
||||
}
|
||||
|
||||
private String translate(String key) {
|
||||
return mainFrame.translate(key);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user