I am trying to make the dock menu in my application invoke some methods. In my MainMenu.nib file I have the dock menu items hooked up the First Responder to some actions I created. In the class that controls the First Responder (MyDocument.java), I have created the methods that I linked the Dock menu items to it. When the application is running and I select the dock menu items the methods don't get called. (The dock menu items are enabled). The interesting thing is when I hook some actions up from the Application menu to the same methods, it works fine. Anyone have any suggestions? If you can't tell, I am pretty new at this so please let me know if I am leaving out any vital information.
Thanks in advance.