TITLE:Java Swing JInternalFrame JLayeredPane JDesktopPane

JInternalFrame JLayeredPane JDesktopPane

このページでは、JInternalFrame、JLayeredPane、JDesktopPaneの使い方を集めて一覧にしています。

JInternalFrameを固定

JInternalFrameをマウスなどで移動できないように固定します。

JLayeredPaneで小さなウインドを表示

背景画像を表示可能な JLayeredPane に付箋紙を表示するサンプルです。

JInternalFrameを一番手前に表示

JLayeredPaneを使って、常に一番手前に表示されるJInternalFrameを作成します。