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
@@ -43,9 +43,9 @@ import javax.swing.border.BevelBorder;
*/
public class DetailPanel extends JPanel implements ActionListener {
static final String ACTION_SAVE_DETAIL = "SAVEDETAIL";
static final String ACTION_EDIT_DETAIL = "EDITDETAIL";
static final String ACTION_CANCEL_DETAIL = "CANCELDETAIL";
private static final String ACTION_SAVE_DETAIL = "SAVEDETAIL";
private static final String ACTION_EDIT_DETAIL = "EDITDETAIL";
private static final String ACTION_CANCEL_DETAIL = "CANCELDETAIL";
public MethodTraitDetailPanel methodTraitPanel;
public JPanel unsupportedTraitPanel;