Vikram schrieb: > > thanks.. You're welcome. > but tell me one thing michael.. how do I call the clearSelectedPath() > method ?? I mean how do i get the instance of MenuSelectionManager ? Exactly as I wrote. "defaultManager()" is a static method in MenuSelectionManager and returns the default MenuSelectionManager. On this instance you can call clearSelectedPath.
MenuSelectionManager manager = MenuSelectionManager.defaultManager(); manager.clearSelectedPath(); Michael _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
