これまで3回にわたってSwingでのドラッグ&ドロップについて解説してきましたが,今週が最終回です。 今週扱うのはフレームやダイアログなどのトップレベルのコンポーネントに対するドロップです。 ドラッグ&ドロップのドロップは,実際にデータを ...
The JDesktopPane class, first introduced in JDK 1.2 as a subsidiary to Swing’s GUI component series, lets you create a virtual desktop or Multiple Document Interface (MDI) in Java applications.
A container used to create a multiple-document interface or a virtual desktop. You create JInternalFrame objects and add them to the JDesktopPane. JDesktopPane extends JLayeredPane to manage the ...