JPanel « JDesktopPane « Java Swing Q&A





1. Which components can be added in a JDesktopPane?    stackoverflow.com

I'm having some trouble designing an MDI Application with Swing. I have no trouble implementing the JDesktopPane & JInternalFrames, my question will be a little more specific. Here is my base container ...

2. Setting a JPanel contained in a JDesktopPane as always on top    stackoverflow.com

I know this is a simple procedure with JInternalFrame, but can it be done with a measly JPanel?

3. JPanel vs JDesktopPane    coderanch.com

4. adding JDesktopPane to JPanel    coderanch.com

5. add a JDesktopPane into JPanel problem    java-forums.org

Hi......... I have a class which extends JPanel and here I have added JDesktopPane. This JDesktopPane hold or added object of another class which extends JInternalFrame. But its not working, internal frame is not showing. If I changed JPanel to JFrame then its working. But I need JPanel. So how can I do it? Help me. Thank you.