allow selecting byte in dumpview hex table

This commit is contained in:
honfika@gmail.com
2014-08-30 11:05:40 +02:00
parent 0a1e132596
commit 8de30b8072
9 changed files with 433 additions and 205 deletions

View File

@@ -16,6 +16,7 @@
*/
package com.jpexs.decompiler.flash.gui;
import com.jpexs.decompiler.flash.gui.hexview.HexView;
import java.awt.BorderLayout;
import java.awt.FlowLayout;
import java.awt.event.ComponentEvent;