mirror of https://github.com/mchr3k/org.intrace
And again...
This commit is contained in:
parent
2e12b33f8b
commit
60c790eb3f
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -98,8 +98,8 @@ public class InTraceStandaloneUI
|
|||
// Load methods
|
||||
Method getAppMthd = appCls.getMethod("getApplication",
|
||||
(Class<?>[])null);
|
||||
Method removeAboutHandlerMthd = appCls.getMethod("removeAboutHandler", (Class<?>[])null);
|
||||
Method removePrefHandlerMthd = appCls.getMethod("removePreferencesHandler", (Class<?>[])null);
|
||||
Method removeAboutHandlerMthd = appCls.getMethod("removeAboutMenuItem", (Class<?>[])null);
|
||||
Method removePrefHandlerMthd = appCls.getMethod("removePreferencesMenuItem", (Class<?>[])null);
|
||||
|
||||
// Invoke methods
|
||||
Object app = getAppMthd.invoke(null, (Object[])null);
|
||||
|
|
|
|||
Loading…
Reference in New Issue