JMenuItem « JInternalFrame « Java Swing Q&A





1. connecting jinternalframe to jmenuitem    stackoverflow.com

how can i connect my jinternal frame to the jmenuitem?.. i've created a different class for jinternal frame so it would be easy for me to design it... i've used the ...

2. connecting jinternalframe    stackoverflow.com

Is it possible to call an internal frame made from other class but this class is within the same package? i want to use the menu item in the main frame ...