build fixed on Windows, removed some unused libs from ffdec_lib, some fields marked as private

This commit is contained in:
2014-12-07 09:44:54 +01:00
parent c9c957260f
commit 5c73058972
29 changed files with 799 additions and 805 deletions
@@ -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;