thanks a lot....................... it worked.... vikram
Michael Roehrl wrote: > 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 -- Yesterday is history. Tomorrow a mystery. Today is a gift. That's why it's called the present! _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
