Issue #650: command line parameter to change binary data in DefineBinaryDataTag

This commit is contained in:
honfika@gmail.com
2014-08-25 21:58:14 +02:00
parent fd9e1de8c8
commit 6b5912027e
3 changed files with 53 additions and 4 deletions

View File

@@ -53,6 +53,8 @@ public final class BinaryPanel extends JPanel implements ComponentListener {
} else {
hexEditor.setData(new byte[0], null, null);
}
hexEditor.revalidate();
hexEditor.repaint();
}
@Override