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 to call the internal frame i created from a different class. if so how? thanks.

link|improve this question

56% accept rate
What do you mean by "call the internal frame?" Do you mean to call a method on the internal frame, or do you mean to show the internal frame? – Ian McLaird May 18 '11 at 3:26
yes showing the jInternalFrame from other class i've created... because instead of putting the codes within the main frame i created a new class for internal frame.. so i'm asking if it's possible to show the jInternalFrame coming from another class?... i've tried this code in my main frame to call the JInternalframe but it did not work: [code]new jobsNew().setVisible(true);//class where JInternalFrame is new mktng().setVisible(false);//main Frame[*code] – Alvin Jorge May 18 '11 at 6:50
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.