Response title
This is preview!
Click on Join Now to Sign Up
<MENU-ITEM name="TEST"
action_command = "INVOKE_CLASS:<Your class which implements Customclassinterface>?Name=${node}"
shortcut_key = "P"
accelerator_modifier="CNTRL"
accelerator_key="P">
</MENU-ITEM>
((NmsMainApplet)NmsClientUtil.applet).setParameter("Name",property[0].getProperty("Name"));
Object object = (Class.forName (<YourClassName>)).newInstance ();
if (0bject instanceof NmsFrame)
{
((NmsFrame) object).init (applet);
((NmsFrame) object).setVisible (true);
}
Hope this helps
Regards,
Murugespandian S.