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

This commit is contained in:
honfika@gmail.com
2014-12-07 09:44:54 +01:00
parent c9c957260f
commit 5c73058972
29 changed files with 799 additions and 805 deletions

View File

@@ -46,8 +46,8 @@ import javax.swing.JScrollPane;
*/
public class UsageFrame extends AppDialog implements ActionListener, MouseListener {
static final String ACTION_GOTO = "GOTO";
static final String ACTION_CANCEL = "CANCEL";
private static final String ACTION_GOTO = "GOTO";
private static final String ACTION_CANCEL = "CANCEL";
private final JButton gotoButton = new JButton(translate("button.goto"));
private final JButton cancelButton = new JButton(translate("button.cancel"));