Vikram wrote:
> Hi! Friends..

Hi!

> I know this question may look a bit trivial.. but I am stuck in it. I
> wanted to know that if there is any way by which we could explicitly
> close the JPopUpMenu .

You can try "setVisible(false)", but this seems to make problems when
selecting another Menu.
You can also try
javax.swing.MenuSelectionManager.defaultManager().clearSelectedPath()

> Any type of help or pointers would be highly appreciated...

Hope, this helps.

Michael
_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to