mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 12:21:04 +00:00
build fixed on Windows, removed some unused libs from ffdec_lib, some fields marked as private
This commit is contained in:
@@ -40,9 +40,9 @@ import javax.swing.JToggleButton;
|
||||
*/
|
||||
public class MethodCodePanel extends JPanel implements ActionListener {
|
||||
|
||||
static final String ACTION_GRAPH = "GRAPH";
|
||||
static final String ACTION_HEX = "HEX";
|
||||
static final String ACTION_HEX_ONLY = "HEXONLY";
|
||||
private static final String ACTION_GRAPH = "GRAPH";
|
||||
private static final String ACTION_HEX = "HEX";
|
||||
private static final String ACTION_HEX_ONLY = "HEXONLY";
|
||||
|
||||
private final ASMSourceEditorPane sourceTextArea;
|
||||
public JPanel buttonsPanel;
|
||||
|
||||
Reference in New Issue
Block a user