Java JDesktopPaneThe JDesktopPane class, can be used to create "multi-document" applications. A multi-document application can have many windows included in it. We do it by making the contentPane in the main window as an instance of the JDesktopPane class or a subclass. Internal windows add instances of JInternalFrame to the JdesktopPane instance. The internal windows are the instances of JInternalFrame or its subclasses. Fields
Constructor
Java JDesktopPane ExampleOutput:
Next TopicJava JEditorPane
|