Javascript plugin support
This commit is contained in:
parent
ad05361b37
commit
729f95110d
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
function execute(classNodeList)
|
||||
{
|
||||
var GuiRef = Java.type("the.bytecode.club.bytecodeviewer.api.PluginConsole");
|
||||
var gui = new GuiRef("Skeleton");
|
||||
var PluginConsole = Java.type("the.bytecode.club.bytecodeviewer.api.PluginConsole");
|
||||
var gui = new PluginConsole("Skeleton");
|
||||
gui.setVisible(true);
|
||||
gui.appendText("exceuted skeleton");
|
||||
gui.appendText("executed skeleton");
|
||||
}
|
Loading…
Reference in a new issue