I'm confused on how to use ItemEvents... the class contains four generic methods that all return generic results if the state of two radio buttons in a menu are changed. How do you use the ItemEvent to simply tell you what is now selected? Or should I be using a regular actionPerformed? Or menuEventListener maybe?
Also, why is it that JRadioButtonMenuItem inherits the method isSelected from AbstractButton but my compiler says that it can't find the symbol isSelected in class javax.swing.JRadioButtonMenuItem when I try to use it?