Example Update
This commit is contained in:
parent
ec0ab2daac
commit
590115d899
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
function execute(classNodeList) {
|
function execute(classNodeList) {
|
||||||
var PluginConsole = Java.type("the.bytecode.club.bytecodeviewer.api.PluginConsole");
|
var PluginConsole = Java.type("the.bytecode.club.bytecodeviewer.api.PluginConsole");
|
||||||
var gui = new PluginConsole("Skeleton");
|
var gui = new PluginConsole("Skeleton Title");
|
||||||
gui.setVisible(true);
|
gui.setVisible(true);
|
||||||
gui.appendText("executed skeleton");
|
gui.appendText("executed skeleton example");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue