Posted By:
Mark_Fenemer
Posted On:
Friday, May 13, 2005 05:40 AM
I have a main frame with menu items etc.. I have added two JInternalFrames to this main frame via the DesktopPane. One of the JInternalFrames is acting like a side menu bar. On this JInternalFrame, I have several buttons available to the user. When the user clicks on one of these buttons, I want the other JInternalFrame to be opened. How do I do this? Can anyone please help me.
Thanks