mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 18:40:45 +00:00
AS3: better UI
This commit is contained in:
@@ -46,6 +46,12 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements MouseL
|
||||
Main.abcMainFrame.detailPanel.showCard(DetailPanel.UNSUPPORTED_TRAIT_CARD);
|
||||
}
|
||||
|
||||
public void setClassIndex(int classIndex) {
|
||||
this.classIndex = classIndex;
|
||||
}
|
||||
|
||||
|
||||
|
||||
private boolean displayMethod(int pos, int methodIndex) {
|
||||
int bi = abc.findBodyIndex(methodIndex);
|
||||
if (bi == -1) {
|
||||
|
||||
Reference in New Issue
Block a user