mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 09:28:10 +00:00
Issue #578 Always on top fixed on search results, using dialog where possible
This commit is contained in:
@@ -67,6 +67,12 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements CaretL
|
||||
public void addScriptListener(Runnable l){
|
||||
scriptListeners.add(l);
|
||||
}
|
||||
|
||||
public ABCPanel getAbcPanel() {
|
||||
return abcPanel;
|
||||
}
|
||||
|
||||
|
||||
|
||||
public void removeScriptListener(Runnable l){
|
||||
scriptListeners.remove(l);
|
||||
|
||||
Reference in New Issue
Block a user