And again...

This commit is contained in:
mchr3k 2011-06-12 22:01:48 +01:00
parent 2e12b33f8b
commit 60c790eb3f
5 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -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);