Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
タイトルバーをカスタマイズしたウィンドウを作りたい(自分の色や自分のアイコンなど)
Windows os の「Stickynotes」に見られるようなもの。
装飾されていない jframe を使用することもできますが、本当にボタンと背景をカスタムにしたい場合は、javaFX を使用する必要があります。
Stikynotes のようなものが必要な場合は、JWindowclass を使用します。JWindow は、ユーザーのデスクトップのどこにでも表示できるコンテナです。タイトル バー、ウィンドウ管理ボタン、または JFrame に関連付けられたその他のトリミングはありません。
JWindow