mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-13 16:01:55 +00:00
dump view: basic hex view (should be changed to a real hex view component)
This commit is contained in:
@@ -51,7 +51,7 @@ public class QuickFindPanel extends JPanel implements ActionListener, jsyntaxpan
|
||||
public JCheckBox ignoreCaseCheckbox,regExpCheckbox,wrapCheckbox;
|
||||
public JLabel statusLabel;
|
||||
|
||||
private Markers.SimpleMarker marker = new Markers.SimpleMarker(Color.PINK);
|
||||
private final Markers.SimpleMarker marker = new Markers.SimpleMarker(Color.PINK);
|
||||
private WeakReference<JTextComponent> target;
|
||||
private WeakReference<DocumentSearchData> dsd;
|
||||
private int oldCaretPosition;
|
||||
|
||||
Reference in New Issue
Block a user