mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 20:44:55 +00:00
dump view: basic hex view (should be changed to a real hex view component)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user