|
JMenu and JRadioButtonMenuItem
Hi,
When I catch the selection of the radio button in the ActionListener, I would also to know which JMenu object, which is the submenu that consists the radio buttons, was chosen (I have the same radio button names in different submenus)
how do I do so ?
thanks
|