0

Im using netbeans 6.9 and ubuntu. I make a Simple Java Desktop Application thas cames with netbeans wizard. Then when I tried to run on linux the jdesktoppane show me on the bottom of my application all the opened jinternalframe, but when i run on windows xp o windows 7 then jdesktoppane is not showing. Here are the images to understand a little bit the problem. On Skydrive all the image http ://sdrv.ms/KSX2cw

The Netbeans configuration of FrameView. Here you could see the properties of the FrameView that I change the component to the JDesktopPane.

This is the app running on linux. All JInternalFrame are show on the JDesktopPane bar. Here is the image on Skydrive to see: http://sdrv.ms/MJz2T0

And this is the app running on Windows 7 (or Windows XP too). Here is not showing the JInteralFrame opened. Here is the image on Skydrive to see: http://sdrv.ms/MJzdh5

I do not made any other change to code rather than add the JInternalFrame.

Finally Where is JDesktopPane with the JInternalFrame opened on Windows OS?

trashgod
  • 203,806
  • 29
  • 246
  • 1,045
wuiler
  • 1
  • 1
  • 1
    *"I do not made any other change to code.."* Since you mention it, what is it? For better help sooner, post an [SSCCE](http://sscce.org/). & try and reproduce it with `JFrame` rather than some unsupported API (AFAIR `FrameView`). – Andrew Thompson Jun 23 '12 at 06:49

1 Answers1

1

NetBeans has since dropped support for . This answer may guide you going forward, and How to Use Internal Frames may be helpful. More examples may be found here, here and here.

Community
  • 1
  • 1
trashgod
  • 203,806
  • 29
  • 246
  • 1,045