dump view: basic hex view (should be changed to a real hex view component)

This commit is contained in:
honfika
2014-06-22 09:49:12 +02:00
parent 4e0ec9df93
commit 38335ec2e4
23 changed files with 953 additions and 812 deletions

View File

@@ -56,7 +56,7 @@ import javax.swing.table.DefaultTableModel;
*/
public class AdvancedSettingsDialog extends AppDialog implements ActionListener {
private Map<String, Component> componentsMap = new HashMap<>();
private final Map<String, Component> componentsMap = new HashMap<>();
/**
* Creates new form AdvancedSettingsDialog