replace text menu item (functioonality not implemented, yet)

This commit is contained in:
2014-12-21 18:52:49 +01:00
parent 3cf464a78f
commit 8cf907e3b8
15 changed files with 218 additions and 24 deletions
@@ -140,7 +140,7 @@ public class MethodCodePanel extends JPanel implements ActionListener {
break;
case ACTION_HEX:
case ACTION_HEX_ONLY:
if (e.getActionCommand() == ACTION_HEX) {
if (e.getActionCommand().equals(ACTION_HEX)) {
hexOnlyButton.setSelected(false);
} else {
hexButton.setSelected(false);