-2

What's the purpose of JDesktopPanes? Just to Display Frames in it? Or is there a way to Launch an external jar or exe inside this DesktopPane?

Thank you.

1 Answers1

1

It is not intended to run another jar or exe inside of it, it is just a Component in which you can have internal frames of class JInternalFrame.

Krzysztof Cichocki
  • 6,294
  • 1
  • 16
  • 32